文档

0040-00000213

更新时间:

问题描述

图片处理算子不存在。

问题原因

图片处理算子不存在。

问题示例

GET /example_image?x-oss-process=image/slim,1 HTTP/1.1
Host: oss-example.oss-cn-hangzhou.aliyuncs.com
Date: Fri, 03 Feb 2023 03:41:49 GMT
Content-Type: application/xml

上述请求串中slim,1错误,图片服务不包含slim算子,导致该错误。

解决方案

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

在请求串中按规范使用图片处理算子。

相关文档

简介

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