Search APIs
⌘K
Add Your API
Imaging
Red Buffer Imaging API provides a simple solution to resize your images in no time by simply providing parameters of url to picture, new width, new height to the API end point and telling it where to save the new photo with your desired name. With a simple call to this API, the hassle to resize image in your code is made simpler and quicker. An example to resize your photo using curl is : curl --data "url=http://dopa.mn/images/gabe-zichermann-2011-400x400-02.jpg&width=100&height=100" -H 'X-Mashape-Key: HauGMXlww8mshshEBY4eewckDY3vp14XXXXjsXXzrpqdYDdJkm' -X GET https://redbuffer-imaging-v1.p.mashape.com/imaging >resized_photo.jpg
By redbuffer
Updated 3 weeks ago