标签: python python-imaging-library tiff
我已经使用windows installer for Python 2.7安装了PIL 1.1.7,我正在尝试使用它来打开TIFF文件。但是,我一直收到IOError: decoder group4 not available。
TIFF
IOError: decoder group4 not available
缺少什么?根据我的理解,必须编译必要的库。
答案 0 :(得分:5)
PIL 1.1.7无法读取G4 TIFF文件。非官方的patches和binaries可以。
更新:Pillow 2.x可以读取G4 TIFF文件。