Open c-seeger opened 1 year ago
Thanks for your feedback, I am not familiar with Web development, I am sorry that I have no idea about this case, it may be an issue of the native library (Croppie)
The issue at the top of issues list when you opened this is the exact same issue: https://github.com/hnvn/flutter_image_cropper/issues/398
Thanks for your feedback, I am not familiar with Web development, I am sorry that I have no idea about this case, it may be an issue of the native library (Croppie)
@hnvn I think it's actually the packages implementation of croppie that appears to be problematic. The cropped images are at the wrong size as the plugin is not setting the size
parameter to 'original'
- see the above issue for details. Also the aspectRatio parameter is not honoured by croppie and the resizing the cropped shape results in visual UI overflow issues.
@jimmyff , thank you, could you kindly create a PR for this issue?
the image cropper was returen null on web but when I add boundary: CroppieBoundary( width: screenWidth.round() + 100, height: screenHeight.round(), ), property its worked fine
I'm facing a quality issue, when using the zoom function. After picking a high resolution image and cropping it and using the zoom function to zoom out it reduces the image quality (especially on text) heavily creating visible pixel effects on the image.
Simplified Sample Code:
WebUiSettings: