ImageCropView icon indicating copy to clipboard operation
ImageCropView copied to clipboard

Cropped image is scaled to canvas size

Open kpauly2 opened this issue 8 months ago • 0 comments

The current behavior is that the cropped image is sourced from the rendered image within the canvas, meaning that the original images size is lost in the resulting cropped image.

This doesn't work for my use case, in which I'm expecting the original, very large, image to be cropped without scaling the image itself.

I think there should be an option to support cropping the original image itself, maintaining all the original size data, by scaling the crop rect to the original image dimensions.

kpauly2 avatar Jun 10 '25 18:06 kpauly2