Hi, I was using TIFFStack to load time-lapse tiff images saved by ImageJ (FIJI) on Mac with the following code. ```matlab G = TIFFStack([Path FileName]); Info = getImageInfo(G); Head = strsplit(Info(1).ImageDescription,'\n'); TPF = cell2mat(Head(~cellfun(@isempty,strfind(Head,'finterval')))); TPF = str2double(TPF((strfind(TPF,'=')+1):end)); ``` To obtain the frame interval information I was using ImageDescription but the current version does not create that one. Is there another way to get such info? I can use a version released before December. Makoto
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by machiroi and has received 1 comments.