Why do I get an error when I am writing large "TIFF" files using "imwrite" ?
Afficher commentaires plus anciens
While attempting to use the "imwrite" function to save large images, I encountered an error message stating:
Error using imwrite>validateSizes (line 557)
Images must contain fewer than 2^32 - 1 bytes of data.
Error in imwrite (line 71)
validateSizes(data);
Size of the images that I am using to write is ~9GB. Is there an alternative to "imwrite" interface for writing big TIFF files?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Image Data dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!