How can I save a color 3D image bigger than 4 GB to a TIF file?
조회 수: 2 (최근 30일)
이전 댓글 표시
The Tiff class basically is capable of saving colored 3D images to a multi-page TIF. But the size of the image is limited to 4 GB, no matter how much space is available on hard disk. Function found in file exchange can save monochromatic 3D images or 2D color images only.
댓글 수: 5
Stephen23
2025년 4월 7일
According to https://scikit-image.org/ it is "... written by an active community of volunteers", so it is as much Python as your scripts or my scripts are. The fact that other people might use it does not somehow make it part of Python.
I agree that the Image Processing Toolbox is not MATLAB (it is created and distributed by TMW, who also create MATLAB).
채택된 답변
Walter Roberson
2025년 4월 3일
https://www.mathworks.com/matlabcentral/fileexchange/42086-bigtiffwriter supports uint8 RGB images.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Call Python from MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!