API | 操作描述 |
对指定存储桶下的图片进行压缩 |
ci_download_compress_image(self, Bucket, Key, DestImagePath, CompressType, **kwargs)
# TPG 压缩response = client.ci_download_compress_image(Bucket='examplebucket-1250000000',Key='sample.png',DestImagePath='sample.tpg',CompressType='tpg')# HEIF 压缩response = client.ci_download_compress_image(Bucket='examplebucket-1250000000',Key='sample.png',DestImagePath='sample.heif',CompressType='heif')
参数名称 | 参数描述 | 类型 | 是否必填 |
Bucket | 存储桶名称,格式为 BucketName-APPID ,详情请参见 命名规范 | String | 是 |
Key | 对象Key,长度不超过128字节, 支持英文字母、数字、空格、加号、减号、下划线、等号、点号、冒号、斜线 | String | 是 |
DestImagePath | 压缩图片保存至本地的目的路径 | String | 是 |
CompressType | 压缩格式,支持 TPG 或 HEIF | String | 是 |
本页内容是否解决了您的问题?