ImageGear for C and C++ on Windows v19.9 - Updated
enumIGJPEG2KRecordTags
API Reference Guide > Core Component API Reference > Core Component Enumerations Reference > enumIGJPEG2KRecordTags

Lists all JPEG2K tag identifiers.

Values:

IGMDTAG_ID_JPEG2K_DATA JPEG2K metadata format identifier.
IGMDTAG_ID_JPEG2K_LAYERBYTES This value has been deprecated and will be removed from the public API in a future release.
IGMDTAG_ID_JPEG2K_XML This tag serves for getting and setting some specific information written in XML language.
IGMDTAG_ID_JPEG2K_IPR This tag serves for getting and setting IPR (Intellectual Property Rights) information.
IGMDTAG_ID_JPEG2K_FORMAT This tag serves for getting the format of JPEG2K file. The tag is ignored on writing.
IGMDTAG_ID_JPEG2K_COMP_TYPE This tag serves for getting ImageGear's best guess on the compression type (Lossy or Lossless) of a JPEG2K image that has been loaded.
IGMDTAG_ID_JPEG2K_ALPHA_MAPPING This tag establishes the relationship, if any, between color channels and alpha (and/or pre-multiplied) alpha channels.
IGMDTAG_ID_JPEG2K_ALPHA_1 This tag specifies the storage configuration for alpha channel data, Alpha channel 1.
IGMDTAG_ID_JPEG2K_ALPHA_2 This tag specifies the storage configuration for alpha channel data, Alpha channel 2.
IGMDTAG_ID_JPEG2K_ALPHA_3 This tag specifies the storage configuration for alpha channel data, Alpha channel 3.
IGMDTAG_ID_JPEG2K_COMMENT This tag specifies the Comment (CME segment data).
IGMDTAG_ID_JPEG2K_RESOLUTION This tag identifies the Image Resolution metadata tree.
IGMDTAG_ID_JPEG2K_DISPLAY_RESOLUTION This tag identifies the Display Resolution metadata tree.
IGMDTAG_ID_JPEG2K_CAPTURE_RESOLUTION This tag identifies the Capture Resolution metadata tree.
IGMDTAG_ID_JPEG2K_DISPLAY_RESOLUTION_X This tag specifies the horizontal Display Resolution.
IGMDTAG_ID_JPEG2K_CAPTURE_RESOLUTION_X This tag specifies the horizontal Capture Resolution.
IGMDTAG_ID_JPEG2K_DISPLAY_RESOLUTION_Y This tag specifies the vertical Display Resolution.
IGMDTAG_ID_JPEG2K_CAPTURE_RESOLUTION_Y This tag specifies the vertical Capture Resolution.
IGMDTAG_ID_JPEG2K_UUID This tag identifies the UUID metadata tree.
IGMDTAG_ID_JPEG2K_UUID_ID This tag specifies the UUID identifier.
IGMDTAG_ID_JPEG2K_UUID_DATA This tag specifies the UUID data.
IGMDTAG_ID_JPEG2K_UUID_INFO This tag identifies the UUID information metadata tree.
IGMDTAG_ID_JPEG2K_UUID_INFO_LIST This tag identifies the list of UUID identifiers within the UUID information metadata tree.
IGMDTAG_ID_JPEG2K_UUID_INFO_ID This tag specifies an UUID identifier within the UUID list of the JPEG2K UUID information metadata tree.
IGMDTAG_ID_JPEG2K_UUID_INFO_URL This tag specifies the URL that provides additional information about the UUIDs contained in the UUID Info metadata tree.

Remarks:

See JPEG 2000 Component Metadata for more details.