ImageEn, unit iexMetaHelpers

ExifCompatibleFile


Declaration

function ExifCompatibleFile(const sFilename: string): boolean;


Description

Returns true if the specified filename has an extension of a file type that supports EXIF reading (JPEG, TIFF or Camera Raw).


Examples

// Enable button if the selected file may contain exif fields
btnShowExif.Enabled := ExifCompatibleFile( MyFileListBox.Filename );