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

Support for JPEG filter #4

Open
sambitdash opened this issue Jul 12, 2017 · 2 comments
Open

Support for JPEG filter #4

sambitdash opened this issue Jul 12, 2017 · 2 comments

Comments

@sambitdash
Copy link
Owner

Content filter for JPEG and JPEG2000 should be supported.

Since, these are special type filters whether decoding over direct streaming into the graphics channel for rendering should be reviewed.

@sambitdash
Copy link
Owner Author

Both formats embed complete JPEG and JPEG2000 files. So technically, one of the other imaging library in conjunction can be used. The correct decode gives back the IO handle to the internal data which can be given to any other imaging library for use.

@digital-carver
Copy link

Hi! There's a question on Stackoverflow about reading scanned PDFs, where I believe the goal is to extract images out from a PDF. Is that the functionality this issue is about? Could you expand on what

The correct decode gives back the IO handle to the internal data which can be given to any other imaging library for use.

would look like in practice?

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

No branches or pull requests

2 participants