📸 Easy to use yet very customizable zoomable image widget for Flutter, Photo View provides a gesture sensitive zoomable widget. Photo View is largely used to show interacive images and other stuff such as SVG.
MIT License
1.91k
stars
548
forks
source link
[BUG] Zoom out the image will generate mosaic #284
I zoom out an image that is in the disk. But If the photo is small, it will generate mosaic when zoom in to a larger size. And if the photo is large, it will be sharpened when zoom out to a smaller size. That is, the quality is low.
Describe the bug
I zoom out an image that is in the disk. But If the photo is small, it will generate mosaic when zoom in to a larger size. And if the photo is large, it will be sharpened when zoom out to a smaller size. That is, the quality is low.
To Reproduce
There is my code:
Screenshots
Image from PhotoViewGallery (small photo zoom in)
Image from system gallery (small photo zoom in)
Image from PhotoViewGallery (large photo zoom out)
Image from system gallery (large photo zoom out)