rsc / pdf

PDF reader
BSD 3-Clause "New" or "Revised" License
510 stars 327 forks source link

Implement CCITT Fax Decoding #16

Open gwatts opened 7 years ago

gwatts commented 7 years ago

Implement very basic decoding of CCITT fax image data, which I needed to extract image data from PDFs generated by libtiff.

i found i had to loosen the header signature check as the implementation my sender is using includes some extra whitespace.