I’ve installed PIL 1.1.7 with the windows installer for Python 2.7 and I’m trying to use it to open a TIFF file. However, I keep receiving IOError: decoder group4 not available.
What bit is missing? To my understanding, the necessary libs should be compiled in.
PIL 1.1.7 can not read G4 TIFF files. There are unofficial patches and binaries that can.
Update: Pillow 2.x can read G4 TIFF files.