Problem description
An invalid value is specified for a parameter in a request to process the image by using the old version of the Image Processing (IMG) service.
Causes
An invalid parameter is specified for an image processing parameter.
Examples
GET /example_image@abcb HTTP/1.1
Host: oss-example.oss-cn-hangzhou.aliyuncs.com
Date: Fri, 03 Feb 2023 03:41:49 GMT
Content-Type: application/xml
The error is returned for the preceding request because abc is not a valid value of the bright parameter.
Solutions
GET /example_image@50b HTTP/1.1
Host: oss-example.oss-cn-hangzhou.aliyuncs.com
Date: Fri, 03 Feb 2023 03:41:49 GMT
Content-Type: image/jpeg
Configure parameters correctly in the image processing request.
For more information about the bright parameter, see Brightness.