admin管理员组

文章数量:1654293

问题:

  使用PIL打开较大的tif影像(>1GB)出错;

  错误提示: OSError: cannot identify image file  Image.open

解决方法:

  将tif影像转换为其它格式的影像数据,比如png格式;数据大小没变,数据信息未损失

  使用PIL image.open()可以打开

转载于:https://wwwblogs/dongzhiwu/p/11286604.html

本文标签: 影像较大PythontifPIL