Created
July 11, 2014 17:03
-
-
Save blitline-dev/13a9b55ec7c40b250c84 to your computer and use it in GitHub Desktop.
if_alpha
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"application_id": "YOUR_APP_ID", | |
"src" : "https://s3.amazonaws.com/img.blitline/test_pngs/tux.png", | |
"v": "1.20", | |
"extended_metadata" : true, | |
"functions": [ | |
{ | |
"name": "no_op", | |
"save": { | |
"image_identifier": "MY_CLIENT_ID", | |
"extension" : "jpg", | |
"if_alpha" : "png" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment