tencent cloud

Cloud Infinite

Release Notes and Announcements
Release Notes
Announcements
Product Introduction
Product Overview
Product Strengths
Use Cases
Feature Overview
Regions and Domains
Specifications and Limits
Billing
Billing Overview
Billing Mode
Billable Items
Free Tier
Payment Overdue
Viewing Bill Details
FAQs
Getting Started
Registering and Logging In
Bind Bucket
Uploading and Processing File
Downloading and Deleting Images
Unbinding Buckets
Using CI via COS
Features
Image Processing
Media Processing
Content Moderation
AI Content Recognition
File Processing
Smart Voice
File processing
User Guide
Overview
Bucket Management
Smart Toolbox
Job and Workflow
Data Monitoring
Usage statistics
Use Cases
Copyright Protection Solutions
Image Processing Practices
Working with API Authorization Policies
Workflow Practices
API Documentation
API Overview
Structure
Common Request Headers
Common Response Headers
Activate Vast Service
Image Processing
AI-Based Content Recognition
Smart Audio
Media Processing
Content Moderation
Document Processing
File Processing
Job and Workflow
Cloud Virus Detection
Error Codes
Request Signature
SDK Documentation
SDK Overview
Android SDK
iOS SDK
COS Android SDK
C SDK
C++ SDK
.NET(C#) SDK
Go SDK
COS iOS SDK
Java SDK
JavaScript SDK
Node.js SDK
PHP SDK
Python SDK
Mini Program SDK
Personal Information Protection Policy for SDK
Security and Compliance
Permission ‍Management
FAQs
Basic Settings
Document Processing
Media Processing
Content Recognition
Smart Audio
Agreements
Service Level Agreement
Contact Us
Glossary

Guetzli Image Compression

PDF
フォーカスモード
フォントサイズ
最終更新日: 2024-01-31 16:44:15

Overview

CI's Guetzli image compression feature is a visually lossless compression service. It compresses JPG images at a high ratio to reduce the downstream traffic usage and accelerate downloads. By leveraging human eyes' insensitivity to specific color gamuts and details, Guetzli discards specific details to reduce the image size by 35% to 50% without changing the quality.

Directions

1. Log in to the CI console.
2. Click Bucket Management on the left sidebar to enter the bucket management page.
3. Click the name of the target bucket.
4. On the left sidebar, click Image Processing.
5. Find the Guetzli Image Compression configuration item and click Edit to change its status to Enabled.
6. Click Save.
Note:
After you enable Guetzli, the original JPG image will be returned if you access the image for the first time, and Guetzli will compress the image asynchronously. If you request the image again after the compression is completed, the compressed image will be returned.
Currently, Guetzli can process JPG images with the quality being greater than 70 and the number of pixels being smaller than 16 million.
Guetzli is a paid feature. For billing details, see Billing Overview.

Guetzli Status Codes

After Guetzli image compression is enabled, x-GuetzliState will be added to the HTTP request headers for images in the bucket to indicate the Guetzli compression status as described below:
x-GuetzliState Status Code
Description
< 0
The image cannot be processed as the compression requirements are not met.
0
Guetzli compression is not performed.
1
The Guetzli compression request has been initiated.
2
Guetzli compressing is in progress.
3
The image is not processed as the input image cache has not expired.
100
Compressed successfully.

ヘルプとサポート

この記事はお役に立ちましたか?

フィードバック