使用pillow開啟TIFF檔案報tempfile.tif: Cannot read TIFF header錯誤的解決方案

nplcc1234發表於2020-10-15

如題,使用pillow的 Image.open(tiff file path)報錯tempfile.tif: Cannot read TIFF header.的錯誤。

原因是 libtiff的版本問題。 將版本降到4.0.10即可解決。(conda install libtiff=4.0.10 or pip install libtiff=4.0.10)

相關文章