问题描述
图片处理圆角矩形算子的参数r使用了非法值。
问题原因
图片处理圆角矩形的参数r为非数字或不符合取值范围要求。
问题示例
GET /example_image?x-oss-process=image/rounded-corners,r_abc HTTP/1.1
Host: oss-example.oss-cn-hangzhou.aliyuncs.com
Date: Fri, 03 Feb 2023 03:41:49 GMT
Content-Type: application/xml
上述请求串中abc
不符合圆角矩形算子r参数的类型要求,导致该错误。
解决方案
GET /example_image?x-oss-process=image/rounded-corners,r_30 HTTP/1.1
Host: oss-example.oss-cn-hangzhou.aliyuncs.com
Date: Fri, 03 Feb 2023 03:41:49 GMT
Content-Type: image/jpeg
在请求串中按规范使用圆角矩形算子参数r。
参数r的类型要求,请参见圆角矩形。
问题示例
GET /example_image?x-oss-process=image/rounded-corners,r_5000 HTTP/1.1
Host: oss-example.oss-cn-hangzhou.aliyuncs.com
Date: Fri, 03 Feb 2023 03:41:49 GMT
Content-Type: application/xml
上述请求串中5000
不符合圆角矩形算子参数r的取值范围要求,导致该错误。
解决方案
GET /example_image?x-oss-process=image/rounded-corners,r_30 HTTP/1.1
Host: oss-example.oss-cn-hangzhou.aliyuncs.com
Date: Fri, 03 Feb 2023 03:41:49 GMT
Content-Type: image/jpeg
在请求串中按规范使用圆角矩形算子参数r。
参数r的取值范围,请参见圆角矩形。
相关文档
文档内容是否对您有帮助?