Firelands128/photo_gallery

Thumbnail resolution is too low on Android

Closed this issue · 5 comments

Is it possible to increase resolutions for thumbnail on android, if it is how can i do?

photo_2021-04-08 15 55 51

I solved for now, using flutter_image_compress and getting the high resolution image then decreasing resolution

Will this be fixed? both for video and pictures

@right7ctrl It can be fixed by specifying width & height in the ThumbnailProvider

Although quality is still not as good as in iOs, it is written in the description.

Hopefully will have highQuality also for android soon 🙏

Thanks :)

Released version 1.0.1. It accepted highQuality parameter also for Android when getting image thumbnail or album thumbnail. Also, highQuality is default to true. For more specific resolution, please specify width and height when try to get thumbnails.