Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

Implement CCITT Fax Decoding #16

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

gwatts
Copy link

@gwatts gwatts commented Jul 10, 2017

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.

Not all PDF content producers strictly adhere to the spec recommendations.
Allow reading of embedded faxes by wrapping the data with a suitable
tiff header.

Does not do any parsing of the data, but should be sufficient to read
fax imagery in most cases, I think.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant