ImageEn, unit iexMetaHelpers |
|
TIEMetaTypes
Declaration
TIEMetaType = (iemGeneral, iemEXIF, iemIPTC, iemDicom, iemXMP, iemPDF);
TIEMetaTypes = set of TIEMetaType;
Description
Value | Description |
iemGeneral | General file properties including: Filename, folder, file size and date. Image properties including: Image type, dimensions, color depth and resolution (See General Tag Constants) |
iemEXIF | EXIF meta-data of JPEG, TIFF, PNG, PSD and Camera Raw images (See Constants for EXIF Properties) |
iemIPTC | IPTC meta-data of JPEG, TIFF and PSD images (See PhotoShop IPTC Constants) |
iemDicom | Medical tags of DICOM files (See Dicom Tags Supported by ImageEn) |
iemXMP | XMP data of JPEG, TIFF, PNG and PSD images (See Constants for Common XMP Fields) |
iemPDF | Properties of PDF documents (See Constants for PDF Properties) |
Meta data support by file type:
File Type | General | EXIF | IPTC | XMP | DICOM | PDF Info |
Adobe PhotoShop | | | | | | |
Camera Raw Images | | | | | | |
DICOM | | | | | | |
JPEG | | | | | | |
PNG | | | | | | |
PDF Files | | | | | | |
TIFF | | | | | | |
Other Formats | | | | | | |
See Also
◼IEContainsMetaData