How can I save a color 3D image bigger than 4 GB to a TIF file?

5 ビュー (過去 30 日間)
ImageProcessingScientist
ImageProcessingScientist 2025 年 4 月 3 日
コメント済み: Stephen23 2025 年 4 月 7 日
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 件のコメント
ImageProcessingScientist
ImageProcessingScientist 2025 年 4 月 7 日
移動済み: Stephen23 2025 年 4 月 7 日
If Python does not save TIFF files, because Scikit-Image is not Python, Matlab does not save these files either, because the Image Processing Toolbox is not Matlab. Image Processing without Image Processing Toolbox (Matlab) or Scikit-Image or OpenCV (both Python) is a challenging task to say the least.
Stephen23
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
Walter Roberson 2025 年 4 月 3 日

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCall Python from MATLAB についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by