Error using wtifc TIFF library error - 'TIFFAppendToStrip: Write error at scanline 0.'
Afficher commentaires plus anciens
I have been working on tiling of images. I give the following "imwrite" command:
imwrite(New_I16,newimagefilename,'tiff','Compression','none');
I am geeting the following error:
Error using wtifc
TIFF library error - 'TIFFAppendToStrip: Write error at scanline 0.'
This has happened for the first time. The same program was running smoothly before.
I am not able to find any supportive documentation.
1 commentaire
Walter Roberson
le 8 Nov 2017
Is it possible that the image is quite large, like more than 4 gigabytes?
Réponses (1)
Anna Nadtochiy
le 17 Fév 2018
3 votes
I got the same error when my disk was full and hence the imwrite couldn't save an image.
1 commentaire
Vinay Tripathi
le 15 Août 2023
Yes it is correct.
Catégories
En savoir plus sur Image Data dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!