Found 0 result in total
Content is empty
If you don't find the content you expect, please try another search term
Last updated:2021-11-02 17:53:48
imageCircle
When the incircle radius is specified, the source image is cropped as an incircle based on the specified radius. If the specified radius is greater than the radius of the largest incircle of the image, the image is cropped based on the radius of the largest incircle.
https://BucketName.${Endpoint of the bucket}/object@base@
tag=imgCircle
&i=<radio>
&F=<format> HTTP/1.1
Host: BucketName.${Endpoint of the bucket}
Parameter | Required | Description |
---|---|---|
tag | Yes | The tag of the operation. |
i | Yes | The incircle radius based on which the source image is cropped. If the specified radius is greater than the radius of the largest incircle of the image, the image is cropped based on the radius of the largest incircle. |
F | No | The format of the cropped image. By default, the format of the source image is used. Supported formats: JPG, JPEG, and PNG. |
Set the incircle radius to 100 pixels
http://ks3-resources.ks3-cn-beijing.ksyuncs.com/suiyi.jpg@base@tag=imgCircle&i=100&F=png
Pure Mode