Unplanned
Last Updated: 15 Apr 2024 11:49 by Vakho
Vakho
Created on: 15 Apr 2024 11:49
Category: ImageEditor
Type: Feature Request
0
Improve the quality of images after resizing

I have an imageEditor component on my page, and am resizing the images to calculated width & height. I am using the ResizeImageEditorCommand command:

imageEditor.executeCommand({ command: "ResizeImageEditorCommand", options: { width: Math.round(newWidth), height: Math.round(newHeight), aspectRatio: true } });

After resizing, some of the images seem 'flaky'. The is not reproducible with every image but can be observed with PNG and JPG as well. I have provided sample images in ticket ID: 1647561.

I would like the images in the ImageEditor to have the same quality after resizing. 

0 comments