ImageEn, unit iexMetaHelpers

XMPCompatibleFile


Declaration

function XMPCompatibleFile(const sFilename: string): boolean;


Description

Returns true if the specified filename has an extension of a file type that supports XMP meta-data (i.e. JPEG, TIFF or PSD).




Examples

// Enable button if the selected file may contain XMP meta-data
btnShowXMP.Enabled := XMPCompatibleFile( MyFileListBox.Filename );