How it works
1
Detect browser support
Reads the
Accept header and User-Agent to determine which modern formats are supported.2
Analyze content
Evaluates whether the image is a photo, graphic, or contains transparency to
pick the best codec.
3
Pick the smallest result
Encodes in candidate formats, compares sizes, and serves the winner.Priority: AVIF → WebP → JPEG / PNG
Typical size reductions
Actual savings depend on image content and original compression level.
Manual format override
Use thef parameter to force a specific format regardless of browser support.
Next steps
Image Transformations
Full reference for resize, crop, rotate, and format parameters.
Upload & Cache Warming
Pre-generate optimized variants at upload time.