Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Created April 22, 2013 15:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blitline-dev/5435947 to your computer and use it in GitHub Desktop.
Save blitline-dev/5435947 to your computer and use it in GitHub Desktop.
Watermark+Crop Example
{
"application_id":"YOUR_APP_ID",
"src":"http://cdn.blitline.com/filters/boys.jpeg",
"functions":[
{
"name":"annotate",
"params":{
"text":"Example",
"x":5,
"y":5,
"color":"#ffffff",
"font_family":"AvantGarde",
"point_size":64,
"gravity":"NorthGravity",
"style":"italic",
"weight":"normal",
"kerning":1.2
},
"functions":[
{
"name":"resize_to_fit",
"params":{
"width":300
},
"save":{
"image_identifier":"MY_CLIENT_ID"
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment