ibireme / YYImage

Image framework for iOS to display/encode/decode animated WebP, APNG, GIF, and more.
MIT License
1.77k stars 482 forks source link

How we can decode progressive jpeg image from internet? #56

Open santoshkc05 opened 8 years ago

santoshkc05 commented 8 years ago

I want to decode image in such a way that at beginning low quality image is shown and after that quality increases progressively.

ibireme commented 8 years ago

You should encode your image with "progressive" option, and then you may decode the image like this: https://github.com/ibireme/YYImage#image-decoder

See also: https://github.com/ibireme/YYWebImage

diegocrzt commented 5 years ago

HI what would be the difference between using YYImage vs YYWebImage ?