image-resize-googlecloud:使用夏普库和Google Cloud功能调整图像大小,将图像上传回Google Cloud Bucket

时间:2024-05-30 04:04:48
【文件属性】:

文件名称:image-resize-googlecloud:使用夏普库和Google Cloud功能调整图像大小,将图像上传回Google Cloud Bucket

文件大小:18KB

文件格式:ZIP

更新时间:2024-05-30 04:04:48

nodejs node google-cloud-functions google-cloud-bucket JavaScript

调整图片大小/上传Google Cloud 调整图片大小,然后使用Google Cloud功能上传回Google Cloud Bucket。 开发为可与Google Cloud Functions一起使用。 原料药 使用这些参数将POST请求发送到您的Google Cloud函数HTTP端点 file_location-要调整大小的文件的远程位置。 宽度-将上述图像调整为宽度。 height-将上述图像调整为高度。 返回JSON: thumbnail: {{Google Cloud signed URL}} 卷曲的例子 curl -X“ POST”“ {{YOUR_GOOGLE_CLOUDFUNCTIONURL}} / imageResize” -H'内容类型:application / x-www-form-urlencoded; charset = utf-8' --d


【文件预览】:
image-resize-googlecloud-master
----index.js(2KB)
----package.json(367B)
----package-lock.json(50KB)
----.gcloudignore(513B)
----.gitignore(38B)
----README.md(2KB)
----MIT-LICENSE(1KB)

网友评论