文档

0040-00000224

更新时间:

问题描述

图片处理索引切割算子参数y使用了非法值。

问题原因

图片处理索引切割算子参数y为非数字。

问题示例

GET /example_image?x-oss-process=image/indexcrop,y_abc,i_0 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不符合索引切割算子参数y的类型要求,导致该错误。

解决方案

GET /example_image?x-oss-process=image/indexcrop,y_100,i_0 HTTP/1.1
Host: oss-example.oss-cn-hangzhou.aliyuncs.com
Date: Fri, 03 Feb 2023 03:41:49 GMT
Content-Type: image/jpeg

在请求串中按规范使用索引切割算子参数。

索引切割算子参数y的类型要求,请参见索引切割

相关文档

索引切割

  • 本页导读 (1)
文档反馈