Configuration options for the output image.
mimeTypestring
The MIME type of the output image.
The following values are supported:
image/jpegimage/png
If not set, defaults to image/png.
compressionQualityinteger
Specifies the compression quality for JPEG images. Accepted values are in the range [0, 100].
If not set, defaults to 75.
| JSON representation |
|---|
{ "mimeType": string, "compressionQuality": integer } |