Handling Group4 TIFF images in python

前端 未结 2 2345
说谎
说谎 2020-12-21 04:18

PIL doesn\'t natively support G4 images, is there some other python package that does? I need to read multi-page TIFF images and pull convert them into gif/png on the fly t

2条回答
  •  庸人自扰
    2020-12-21 04:51

    See this post about a patch against PIL, this project to wrap FreeImage, and this project to wrap libtiff.

提交回复
热议问题