Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Last active October 23, 2017 22:54
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/7a0e11a85a5f3ac652d45ac80e2b73c6 to your computer and use it in GitHub Desktop.
Save blitline-dev/7a0e11a85a5f3ac652d45ac80e2b73c6 to your computer and use it in GitHub Desktop.
Find image on Internet
{
"application_id":"YOUR_APP_ID",
"src":"https://www.runscope.com/static/img/public/rs-logo-color-400x100.png",
"find_on_web" : "true",
"v" : 1.22,
"functions":[
{
"name":"resize_to_fit",
"params":{
"gravity": "CenterGravity",
"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