功能说明
可以通过旋转参数,将存储在媒体存储的原图按指定方向旋转。
参数说明
操作名称:rotate
参数说明如下:
参数 | 描述 | 取值范围 |
---|---|---|
[value] | 图片按顺时针旋转的角度。 | [0,360] 默认值:0,表示不旋转。 |
注意事项
- 旋转角度是非90度倍数时,图片尺寸会变大
- 旋转功能对图片的尺寸有限制,图片的宽或者高不能超过4096 px。
示例
本文示例使用的Bucket为image-demo,图片外网访问地址为:
https://gdoss.xstore.ctyun.cn/image-demo/demo.jpg
- 将原图按顺时针旋转90°
图片处理URL为:https://gdoss.xstore.ctyun.cn/image-demo/demo.jpg?x-amz-process=image/rotate,90
- 将原图按顺时针旋转180
图片处理URL为:https://gdoss.xstore.ctyun.cn/image-demo/demo.jpg?x-amz-process=image/rotate,180
- 将原图按顺时针旋转270°
图片处理URL为:https://gdoss.xstore.ctyun.cn/image-demo/demo.jpg?x-amz-process=image/rotate,270
- 将原图按顺时针旋转45°
图片处理URL为:https://gdoss.xstore.ctyun.cn/image-demo/demo.jpg?x-amz-process=image/rotate,45