ImageEn, unit iexMetaHelpers

IPTCCompatibleFile


Declaration

function IPTCCompatibleFile(const sFilename: string): boolean;


Description

Returns true if the specified filename has an extension of a file type that supports IPTC (i.e. JPEG or TIFF).


Examples

// Enable button if the selected file may contain IPTC
btnShowIPTC.Enabled := IPTCCompatibleFile( MyFileListBox.Filename );