0040-00000018

Updated at:

Problem description

OSS Image Processing returns an error when decoding a TIFF source image.

Causes

The side length of the TIFF source image exceeds the 16,384-pixel limit.

Examples

The following request fails because the source image (example_image) has a side length greater than 16,384 pixels:

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

Solutions

Specify a TIFF source image whose side length does not exceed 16,384 pixels.

For the full list of image processing limits, see Limits.

References

Overview