ICCTAG

Summary

The ICCTAG structure is used to save a tag's information.

Syntax

typedef struct _ICCTAG 
{ 
   L_UINT32 uSig; 
   L_IccUInt32Number uOffset; 
   L_IccUInt32Number uSize; 
} ICCTAG, * pICCTAG; 

Members

uSig

A value that indicates the tag signature. For a list of possible values, refer to ICCTAGSIGNATURE. It can also contain a private tag.

uOffset

A value that indicates the address of the beginning of the tag data element, with respect to the beginning of the profile data stream (which has an address of zero).

uSize

A value that indicates the tag data element size in bytes. This value does not include any padded bytes at the end of the data.

Comments

The uSig field can contain a private tag, but it must be registered with the ICC registry. The registration authority for this data is the ICC Technical Secretary. For contact information, refer to the ICC web site (https://www.color.org/index.xalter).

Usage

Help Version 22.0.2023.2.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Color Conversion C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.