Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Way to ftell within a Tiff object?

조회 수: 1 (최근 30일)
Jason Climer
Jason Climer 2017년 3월 3일
마감: MATLAB Answer Bot 2021년 8월 20일
I'm writing a function to quickly identify the number of IFDs in multiple Tiffs that contain thousands of IFDs. In most cases for our usage, the data in each file is structured the same so we could save a lot of time just by comparing to the earlier file, which I could do using basic file I/O rather than using the Tiff class, which has to jump from each IFD to access the later ones and is thus slower. Is there a way to get the current file position for a Tiff object, or to get access to the file identifier that the Tiff object is using?

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by