Imaging
收藏RapidAPI2019-02-20 更新2024-05-11 收录
下载链接:
https://rapidapi.com/redbuffer/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
创建时间:
2019-02-20
搜集汇总
数据集介绍

背景与挑战
背景概述
Imaging数据集基于Red Buffer Imaging API,提供通过URL参数调整图片尺寸并保存的快速解决方案,简化了代码中的图片处理流程。例如,使用curl命令调用API即可实现图片尺寸调整和重命名保存。
以上内容由遇见数据集搜集并总结生成



