Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Last active December 10, 2015 11:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blitline-dev/4429487 to your computer and use it in GitHub Desktop.
Save blitline-dev/4429487 to your computer and use it in GitHub Desktop.
font_weight_style_kerning
{
"application_id":"YOUR_APP_ID",
"src":"http://cdn.blitline.com/filters/boys.jpeg",
"functions":[
{
"name":"resize_to_fit",
"params":{
"width":550,
"height":600,
"only_shrink_larger":"true"
},
"functions":[
{
"name":"pad",
"params":{
"size":25,
"gravity":"SouthGravity",
"color":"#bc0001"
},
"functions":[
{
"name":"annotate",
"params":{
"text":"byJasonTailer@example.com",
"x":5,
"y":5,
"font_family":"AvantGarde",
"point_size":14,
"gravity":"SouthEastGravity",
"style" : "italic",
"weight": "normal",
"kerning" : 1.2
},
"save":{
"image_identifier":"MY_CLIENT_ID",
"quality":100
}
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment