Checks that an apropriate file format is supported purely from inspecting the given file name's extension (not contents of the file itself).
function IsFileFormatSupported(const FileName: string): Boolean;
Imaging (at line 92)
The file need not exist.