Changeset 991 for trunk/src/get_file_info.m
- Timestamp:
- Feb 2, 2017, 1:25:44 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/get_file_info.m
r979 r991 53 53 case {'.seq','.sqb'} 54 54 [A,FileInfo,timestamps,errormsg]=read_rdvision(fileinput,[]); 55 % %%%%% 56 % FileInfo.NumberOfFrame=24000; 57 % %%%%%%%% 55 58 case '.h5' 56 59 hinfo=hdf5info(fileinput); … … 66 69 FileInfo.Height=BitmapInfoHeader.biHeight; 67 70 FileInfo.Width=BitmapInfoHeader.biWidth; 71 FileInfo.BitDepth=BitmapInfoHeader.biBitCount; 68 72 otherwise 69 73 if ~isempty(FileExt)% exclude empty extension
Note: See TracChangeset
for help on using the changeset viewer.