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!