© 1999-2048 dssz.net 粤ICP备11031372号
[其它] Python模块_PyLibTiff读取tif文件的实例
说明:Usage example (libtiff wrapper) from libtiff import TIFF # to open a tiff file for reading: tif = TIFF.open('filename.tif', mode='r') # to read an image in the currect TIFF directory and return it as numpy array: image = tif.read_image() # to read a<weixin_38639747> 上传 | 大小:66kb