Warning: The next image file directory at byte position 944016033 is at or beyond the end of the file.
9 次查看(过去 30 天)
显示 更早的评论
When i run the following command:
imfinfo('PIVlab_panda_Cam01.tif');
I get the error message from the title.
The image file is large (600 MB), but available here for download + testing:
I do not understand what I can do about this or what it tells me. Any idea...? Can this be ignored?
All layers from this multitiff can be read without any issues in windows and in matlab. They are generated by a pco.panda camera.
0 个评论
回答(1 个)
Walter Roberson
2024-10-18
The file is corrupt.
200 images can be read from it.
It also generates warnings,
Warning: TIFF library warning - 'TIFFReadDirectoryCheckOrder: Invalid TIFF directory; tags are not sorted in ascending order.'
Warning: TIFF library warning - 'TIFFReadDirectory: Unknown field with tag 50495 (0xc53f) encountered.'
I looked around but I was not able to find any tag 0xc53f anywhere, other than two reports here on MATLAB Central of other files with the same message.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Audio and Video Data 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!