Does anyone know where I can find good documentation on the CITT4 algorithm? Something I can use to implement my own decoder? I'm working with an ancient set of TIFF data that's encoded with CCITT4 and only Adobe photoshop is able to open some of the files.
I thought that maybe if I were to write my own decoder I might be able to figure out why. My goal ultimately is to be able to use open source tools like ImageMagick to convert all my data to PDF. We're talking thousands and thousands of files here so I need to engineer a robust and automated solution.
Here's the best I've found so far online. I'm an engineer and at a very high level, understand the rudiments of huffman encoding, compression algorithms and alphabets. There just doesn't seem to be enough documentation online for me to write a proper piece of spec-compliant software. I'm even willing to purchase a book if someone has a good recommendation.
Here's a related question I posted earlier with more background to what I'm doing.