我有5层的tif图像 (不是彩色通道,而是层)。如何使用python获取这个tif文件中的层数?
我试过PIL.Image,im.,n_frames,和--它们都表明图像只有一个层。
https://stackoverflow.com/questions/74047816
相似问题