Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
santoshkc05 opened this issue Aug 28, 2016 · 2 comments
Open

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

santoshkc05 opened this issue Aug 28, 2016 · 2 comments

Comments

@santoshkc05
Copy link

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

@santoshkc05 santoshkc05 changed the title How we can decode progressive jpeg image from network? How we can decode progressive jpeg image from internet? Aug 28, 2016
@ibireme
Copy link
Owner

ibireme commented Sep 1, 2016

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants