http://www.lfd.uci.edu/~gohlke/code/tifffile.py.html
>>> import tifffile as tiff >>> a = tiff.imread('Untitled-1.tif') >>> a.shape (100L, 100L, 3L) >>> a.dtype dtype('uint16')
https://stackoverflow.com/questions/18446804/python-read-and-write-tiff-16-bit-three-channel-colour-images
감사합니다. 도움이 되었습니다:)
감사합니다. 도움이 되었습니다:)