zhanziyang / vue-croppa

A simple straightforward customizable mobile-friendly image cropper for Vue 2.0.
https://zhanziyang.github.io/vue-croppa/
ISC License
967 stars 128 forks source link

Different result image quality on different screens (blurry images) #243

Open and-zverev opened 3 years ago

and-zverev commented 3 years ago

Hey! I have a problem with the quality of cropped images (it doesn't matter if I crop them or save them as they are). The result is different on different screens - on the Retina screen (2880 × 1800) everything is fine, but on the IPS (1920 × 1080) the image is blurry (this can be clearly seen in the text). I tried setting different 'quality' prop values, but it didn't help. I think this is a problem with displays and their dpi.

Can you help me with this? Is it even possible to solve it? If not, please let me know, this is very important to me.

Below I will add sample images.

Original original

Retina screenshot

retina_2800x1800

IPS screenshot IPS_1920x1080

Thanks!

runxc1 commented 2 years ago

Curious did you ever find a fix for that