Optionalheight?: 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.
OptionalimageQuality?: 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).
OptionalimageType?: stringRendered image type (image/png, image/jpeg, etc.).
OptionalmarkersOnly?: booleanWhen set to true, only the marker layer without the original image will be rendered.
OptionalnaturalSize?: booleanWhether the image should be rendered at the original (natural) target image size.
Optionalwidth?: 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.
OptionalrenderWhether 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.