bumptech / glide

An image loading and caching library for Android focused on smooth scrolling
https://bumptech.github.io/glide/
Other
34.66k stars 6.12k forks source link

is progressive jpeg supported by glide ? #1042

Closed Sejen27 closed 8 years ago

TWiStErRob commented 8 years ago

Yes and no, but it's really easy to try.

Progressive JPEGs will be loaded the same way as normal JPEGs, there's no way to display each "frame" of the progressive JPEG, Glide's internal design and using BitmapFactory as decoder prohibits this.

Use small/low quality thumbnail while the full image is displayed.