PDFIO.jl icon indicating copy to clipboard operation
PDFIO.jl copied to clipboard

Support for JPEG filter

Open sambitdash opened this issue 7 years ago • 2 comments

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 avatar Jul 12 '17 12:07 sambitdash

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.

sambitdash avatar Dec 22 '19 16:12 sambitdash

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?

digital-carver avatar Oct 20 '22 06:10 digital-carver