Changeset 446 for trunk/src/get_file_type.m
- Timestamp:
- Jun 11, 2012, 9:33:54 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/get_file_type.m
r435 r446 32 32 if length(imainfo) >1 %case of image with multiple frames 33 33 FileType='multimage'; 34 FileInfo=imainfo{1};%take info from the first frame 34 35 FileInfo.NbFrame=length(imainfo); 36 else 37 FileInfo=imainfo; 35 38 end 36 39 end
Note: See TracChangeset
for help on using the changeset viewer.