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
Walter Roberson 2017 年 11 月 8 日
Is it possible that the image is quite large, like more than 4 gigabytes?

サインインしてコメントする。

回答 (1 件)

Anna Nadtochiy
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.

質問済み:

2017 年 11 月 8 日

コメント済み:

2023 年 8 月 15 日

Community Treasure Hunt

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

Start Hunting!

Translated by