How can I save a color 3D image bigger than 4 GB to a TIF file?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
ImageProcessingScientist
il 3 Apr 2025
Commentato: Stephen23
il 7 Apr 2025
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 Commenti
Stephen23
il 7 Apr 2025
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).
Risposta accettata
Walter Roberson
il 3 Apr 2025
https://www.mathworks.com/matlabcentral/fileexchange/42086-bigtiffwriter supports uint8 RGB images.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Call Python from MATLAB in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!