floydpink / CachedImage

A WPF control that wraps the Image control to enable file-system based caching
http://floydpink.github.io/CachedImage/
MIT License
69 stars 22 forks source link

Is it able to support thumbnail of a image #10

Open phoeson opened 6 years ago

phoeson commented 6 years ago

Is it able to add a feature to support load a thumbnail of a image before the real image is downloaded

jvanlangen commented 3 years ago

If you want a thumbnail, it should be available as a separate image or you could only download parts of a progressive jpeg (which are different chunks of image resolutions) see https://www.liquidweb.com/kb/what-is-a-progressive-jpeg/