Python笔记——读取TIFF文件-tif文件 Python笔记——读取TIFF文件-tif文件1.PILfrom PIL import Imageim = Image.open("filename") 支持单通道及多通道Uint8 TIFF图像读取