[python] tiff 파일 읽기

spring·2020년 11월 9일
0

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

profile
Researcher & Developer @ NAVER Corp | Designer @ HONGIK Univ.

1개의 댓글

comment-user-thumbnail
2021년 5월 11일

감사합니다. 도움이 되었습니다:)

답글 달기