Optional
height?: numberWhen set and naturalSize
is false
sets the height of the rendered image.
Both width
and height
have to be set for this to take effect.
Optional
imageQuality?: numberFor formats that support it, specifies rendering quality.
In the case of image/jpeg
you can specify a value between 0 and 1 (lowest to highest quality).
Optional
imageType?: stringRendered image type (image/png
, image/jpeg
, etc.).
Optional
markersOnly?: booleanWhen set to true, only the marker layer without the original image will be rendered.
Optional
naturalSize?: booleanWhether the image should be rendered at the original (natural) target image size.
Optional
width?: numberWhen set and naturalSize
is false
sets the width of the rendered image.
Both width
and height
have to be set for this to take effect.
Optional
renderWhether the rasterized image should be rendered on save.
If set to false the editorsave
event will not contain the dataUrl
property.
Configuration for the image renderer. This is used to configure the image rendering settings.