Open santoshkc05 opened 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
HI what would be the difference between using YYImage vs YYWebImage ?
I want to decode image in such a way that at beginning low quality image is shown and after that quality increases progressively.