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

Ugly interpolation #91

Closed DreaMinder closed 6 years ago

DreaMinder commented 6 years ago

This is awesome component. But as for me, it unusable because of weird canvas effects on output image. I can't understand why I didn't found any mentions of this issue in any vue cropper component. IMHO, this is the biggest issue of client-side croppers. As far as I know, in latest browsers there is a imageSmoothingQuality ctx property that makes images much better. Could you please implement this smoothing?

zhanziyang commented 6 years ago

Did not know about this property before. Sounds pretty cool. I will try to implement this. Thanks!

zhanziyang commented 6 years ago

The property is set to "high" in the new version 1.3.4.