L_JP2_GTSO_BOX

typedef struct _tagL_JP2_GTSO_BOX 
{ 
   L_UINT32 uStructSize; 
   L_UINT8 * pData; 
   L_SIZE_T uDataSize; 
}L_JP2_GTSO_BOX,   *pL_JP2_GTSO_BOX; 

The L_JP2_GTSO_BOX structure provides information for a Graphics Technology Standard Output (GTSO) box.

Member

Description

uStructSize

Size of this structure, in bytes. Use the sizeof operator to calculate this value.

pData

A buffer of data contains a valid output ICC profile as defined by the ICC profile format specification ICC-1.

uDataSize

The size of data.

Comments

The Graphics Technology Standard Output (GTSO) box specifies the desired reproduction of the rendered result for commercial printing and proofing systems. This box is contained within a Desired Reproduction box (superbox). This box is defined in JPX and above file formats. A JPEG 2000 file may contain zero or one GTSO box.

The L_JP2_GTSO_BOX structure is used in the following functions:

LJp2FileFormat::ReadBox

LJp2FileFormat::AppendBoxes

LJp2FileFormat::ReadBoxMemory

LJp2FileFormat::AppendBoxesMemory

LJp2FileFormat::FreeBoxes

LJp2FileFormat::GetBoxes

LJp2FileFormat::SetBoxes

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Raster Imaging C++ Class Library Help