Error using wtifc TIFF library error - 'TIFFAppendToStrip: Write error at scanline 0.'
显示 更早的评论
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 个评论
Walter Roberson
2017-11-8
Is it possible that the image is quite large, like more than 4 gigabytes?
回答(1 个)
Anna Nadtochiy
2018-2-17
3 个投票
I got the same error when my disk was full and hence the imwrite couldn't save an image.
类别
在 帮助中心 和 File Exchange 中查找有关 Image Data 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!