Image compression

You can change the compression (output format and quality) of your image by using compression filters. You can use the compression filters alongside Image operations and Image filters.

By default, Cloudimage delivers the images as WebP. If the format is not supported by the client browser, it falls back to JPEG or PNG. If you wish to keep the original format, you can use force_format=original.

You can of course force a specific output format(s). More details can be found in the image formats section.

Last updated