L_JP2_COMPOSITION_BOX

Summary

The L_JP2_COMPOSITION_BOX structure provides information for Composition box.

Syntax

typedef struct _tagL_JP2_COMPOSITION_BOX 
{ 
   L_UINT32 uStructSize; 
   L_JP2_COMPOPTIONS_BOX Options; 
   L_JP2_INSTSET_BOXES   Instructions; 
} L_JP2_COMPOSITION_BOX,   *pL_JP2_COMPOSITION_BOX; 

Members

uStructSize

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

Options

Composition Options box. This box specifies the parameters that apply to the composition or animation as whole.

Instructions

Instruction Set boxes. These boxes contain a set of instructions for how to combine multiple composition layers in a file.

Comments

The Composition box specifies how individual composition layers are combined to create the rendered result. This box is defined in JPX and above file formats. A JPEG 2000 file may contain zero or one Composition box.

The structure is used by:

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

LEADTOOLS Raster Imaging C API Help

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