Output Format
outputFormat - f - f_<output format>
Value
Type
Description
output format
string
Default Value: webp
Value can be;
webp, png, jpg, jpeg, avif, gif
sjpg (smart jpg-png conversation)
Eg. f_webp, f_png, ...
Sets the output format of the image.
You may lose transparency when getting certain types of image formats. Transparent pixels become black when transparency is lost.
sjpg
Smart jpg/png transformation. Detects transparency in the image. If transparency is found in the image, the output format will be set to png
. Otherwise, the output format will be set to jpg
.
Last updated