Created
April 14, 2015 20:29
-
-
Save blitline-dev/600df2ab4a982bd23532 to your computer and use it in GitHub Desktop.
flip_flop
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" : "http://s.hswstatic.com/gif/whiskers-sam.jpg", | |
"functions":[ | |
{ | |
"name":"convert_command", | |
"params" : { | |
"-flip" : "" | |
}, | |
"save": { | |
"image_identifier" : "example_mirror_up_down" | |
} | |
}, | |
{ | |
"name":"convert_command", | |
"params" : { | |
"-flop" : "" | |
}, | |
"save": { | |
"image_identifier" : "example_mirror_left_right" | |
} | |
} | |
] | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment