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

Progressive JPEG support #4

Open
palmerabollo opened this issue Mar 6, 2022 · 0 comments
Open

Progressive JPEG support #4

palmerabollo opened this issue Mar 6, 2022 · 0 comments

Comments

@palmerabollo
Copy link

palmerabollo commented Mar 6, 2022

picojpeg does not support progressive JPEGs at the moment. I guess there are no plans to support it according to this comment https://github.com/richgel999/picojpeg/blob/master/picojpeg.c#L898-L899, am I right?

Progressive JPEG - not supported by picojpeg (would require too
much memory, or too many IDCT's for embedded systems).

If that is the case, do you know other libraries that support decoding progressive JPEG images? I'd like to use something like this in a ESP32 but I wasn't able to find any. Do you know whether https://github.com/richgel999/jpeg-compressor supports it?

Thank you very much for your time creating these great libs, @richgel999.

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

1 participant