ImageEn, unit iesettings

TIEGlobalSettings.EXIFInteroperabilityIndexUsage

TIEGlobalSettings.EXIFInteroperabilityIndexUsage


Declaration

property EXIFInteroperabilityIndexUsage: TIEEXIFInteroperabilityIndexUsage;


Description

When this property is ieiiApplyOnly or ieiiApplyAndReset and EnableCMS is True then EXIF interoperability index (EXIF_InteropIndex) is applied.
If this property contains ieiiApplyAndReset then after applied EXIF_InteropIndex is reset (emptied).

When EXIFInteroperabilityIndexUsage is ieiiApplyAndReset then ImageEn follows these rules:
 If EXIF_InteropIndex = 'R03' and there isn't an embedded profile then the AdobeRGB1998 profile is applied. Content of EXIF_InteropIndex field is emptied.
 If EXIF_InteropIndex = 'R03' and there is an embedded profile then the embedded profile is applied. Content of EXIF_InteropIndex field is emptied.
 If EXIF_InteropIndex <> 'R03' and there isn't an embedded profile no profile is applied. Content of EXIF_InteropIndex remains untouched.
 If EXIF_InteropIndex <> 'R03' and there is an embedded profile then the embedded profile is applied. Content of EXIF_InteropIndex field is emptied.

When this property is ieiiNone then EXIF_InteropIndex is read but not modified or applied in any way.

Default: ieiiApplyAndReset