Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Created April 14, 2015 20:29
Show Gist options
  • Save blitline-dev/600df2ab4a982bd23532 to your computer and use it in GitHub Desktop.
Save blitline-dev/600df2ab4a982bd23532 to your computer and use it in GitHub Desktop.
flip_flop
{
"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