Format
Specify the format of the returned image. If not specified, format is implicitly set to avif or webp for supported browsers with JPG as fallback format.
info
format can be combined with all other options.
| Transformation | Examples | Description |
|---|---|---|
format=type | format=png | request a png image |
format=type&resize=width,height | format=png&resize=100,100 | request resized png image |
The transformation parameters are described below:-
| Parameter | Description |
|---|---|
type | webp, avif, png, jpg or gif |