Skip to content

Instantly share code, notes, and snippets.

@micahasmith
Created April 10, 2013 18:31
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save micahasmith/5357218 to your computer and use it in GitHub Desktop.
image layer example
{
"name":"image",
"settings":{
"uri":"http://localhost:8888/out.jpg"
"index":0
},
"commands":[
{ "name":"resize", "args":{"width":100,"height":300} },
{ "name":"combine", "args":{"map":""} }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment