0040-00000019

Updated at:

Problem description

An error is returned when OSS attempts to decode a JPEG source image.

Causes

The side length (width or height) of the JPEG source image exceeds the 30,000-pixel limit.

Examples

The following request fails because the specified JPEG source image has a side length greater than 30,000 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

Replace the source image with one whose width and height are both within 30,000 pixels.

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

References

Overview