-
Notifications
You must be signed in to change notification settings - Fork 393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[web] Zoom out images reduces quality #399
Comments
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: #398 |
@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 |
@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( |
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:
The text was updated successfully, but these errors were encountered: