You can specify Image Processing (IMG) parameters in GetObject requests to process image objects in Object Storage Service (OSS). For example, you can add image watermarks to images or convert image formats.
IMG parameters
OSS allows you to use one or more parameters to process images. You can also encapsulate multiple IMG parameters in a style and use the style to process images. For more information about image styles, see Image styles.
If you specify multiple IMG parameters, OSS processes the image based on the parameters in the order they are specified. The following table describes IMG parameters.
Operation | Parameter | Description |
resize | Resizes images. | |
watermark | Adds image watermarks or text watermarks to images. | |
crop | Crops rectangular images based on the specified size. | |
quality | Adjusts the quality of images in the JPG format and WebP format. | |
format | Converts the formats of images to specified formats. | |
info | Obtains image information, including basic information and Exchangeable Image File Format (EXIF) information. | |
auto-orient | Auto-rotates images. | |
circle | Crops images into circles of the specified size based on the center point of images. | |
indexcrop | Crops images along the specified horizontal axis or vertical axis and selects one of the images. | |
rounded-corners | Crops images into rounded rectangles based on the specified rounded radius. | |
blur | Blurs images. | |
rotate | Rotates images clockwise by a specified angle. | |
interlace | Configures gradual display for JPG images. | |
average-hue | Queries the average hue of images. | |
bright | Adjusts the brightness of images. | |
sharpen | Sharpens images. | |
contrast | Adjusts the contrast of images. |
For example, if you add the resize
and quality
parameters to process the example.jpg
image, the URL of the image is https://oss-console-img-demo-cn-hangzhou.oss-cn-hangzhou.aliyuncs.com/example.jpg?x-oss-process=image/resize,w_300/quality,q_90
. You can configure Alibaba Cloud CDN back-to-origin rules to filter out or retain the IMG parameters contained in the URLs of images that you want to retrieve. This way, you can retrieve source images or images that are processed by using IMG parameters.
Retrieve a source image
You can enable the parameter filtering feature of Alibaba Cloud CDN to filter out all parameters that follow the question mark (?) in the URL of the image that you want to retrieve. In this example, the
example.jpg
source image is retrieved.Retrieve a processed image
You can enable the parameter retaining feature of Alibaba Cloud CDN to retain all parameters that follow the question mark (?) in the URL of the image that you want to retrieve. In this example, the processed image is retrieved.
For more information about Alibaba Cloud CDN back-to-origin rules, see Ignore parameters.
IMG methods
You can use object URLs, API operations, and SDKs to process images. For more information, see IMG implementation modes.
Limits
Item | Description |
Image formats |
|
Image size | The size of a source image cannot exceed 20 MB. |
Image width and height | For the rotate operation, the height or width of the source image cannot exceed 4,096 pixels. For other operations, the width or height of the source image cannot exceed 30,000 pixels, and the total pixel number of the source image cannot exceed 250 million. The total pixel number of a dynamic image, such as a GIF image, is calculated based on the following formula: |
Image compression | The width or height of a compressed image cannot exceed 16,384 pixels. The total pixel number of a compressed image cannot exceed 16,777,216. |
Advanced image compression | The number of pixels of a compressed HEIC image cannot exceed 4,096 × 4,096. The number of pixels of a compressed AVIF image cannot exceed 4,096 × 2,304. |
Image styles | You can create up to 50 image styles for each bucket. If your business requires more than 50 styles for a bucket, submit a ticket. Note You can include multiple IMG parameters in an image style to perform complex operations on images that are stored in a bucket. For more information, see Image styles. |
Processing capability |
Note You may want to go beyond the preceding limits in computationally intensive business applications, such as encoding WebP, AVIF, or HEIF images at a resolution higher than 1080p. To increase the limits, contact technical support. |
Billing
You are charged the following fees when you use IMG:
API operation calling fees
A GetObject request is generated each time you use IMG to process an image. You are charged based on the number of generated requests. For more information, see Request fees.
Traffic fees
You are charged for the outbound traffic over the Internet based on the size of processed images. For more information, see Traffic fees.
IMG versions
IMG provides two versions of API operations. This topic describes the new version of the API operations. Update support is no longer provided for the old version. For more information about the compatibility of the new and old versions of API operations, see Differences between the old and new versions of IMG.