Ignore:
Timestamp:
Dec 15, 2022, 6:21:53 PM (21 months ago)
Author:
sommeria
Message:

various corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/get_file_info.m

    r1107 r1120  
    6262    FileInfo.FileName=fileinput;
    6363    FileInfo.FileType='txt'; %default
    64 else
    65     return %input file does not exist.
     64% else
     65%     return %input file does not exist.
    6666end
    6767[tild,tild,FileExt]=fileparts(fileinput);%get the file extension FileExt
     
    117117            if ~isempty(FileExt)
    118118                if ~isempty(imformats(FileExt))%case of images
     119                    FileInfo.FileType='image';
    119120                    try
    120121                        imainfo=imfinfo(fileinput);
Note: See TracChangeset for help on using the changeset viewer.