How to change the resolution of an exported cropped image in the editor.

How to change the resolution of an exported cropped image in the editor. In your web example, there is a demonstration of how to perform forced cropping to 16x9, but afterward, it is not possible to programmatically add or change, for example, the size of the exported image. Could you write how to perform a custom save of the rendered cropped image so that the resolution could still be modified upon export? By the way, measuring resolution while cropping is completely meaningless as it gives some arbitrary length and width. 
Best regards

1 Reply

VR Vallarasu Ravichandran Syncfusion Team November 10, 2025 01:09 PM UTC

Hi Igor G,

Regarding “Changing Exported Image Size in SfImageEditor”:

You can achieve this by specifying the desired output size when saving the cropped image using the SfImageEditor.Save() methodwhich allows specifying a custom image size. You can define the desired width and height when saving the cropped image.


For more information, please refer our UG documentation: https://help.syncfusion.com/wpf/image-editor/save-reset#image-size-specification.


We have also attached an example sample that demonstrates saving the cropped image with specific size. Please check the attached sample and let us know whether this meets your requirements.


We hope that this helps you. Please let us know if you need further assistance.


Regards,

Vallarasu R.


Attachment: ImageEditorSize_386f0ac8.zip

Loader.
Up arrow icon