typedef struct _tagL_JP2_JPXCOMPOSITE
{
L_UINT32 uStructSize;
pL_JP2_JPXBITMAPS pBitmaps;
L_UINT32 uNumOfBitmaps;
}L_JP2_JPXCOMPOSITE, *pL_JP2_JPXCOMPOSITE;
The L_JP2_JPXCOMPOSITE structure provides information for compositing layers contained in a JPEG 2000 file.
Size of this structure, in bytes. Use the sizeof operator to calculate this value.
Array of compositing layers information.
Number of compositing layers. This field specifies the array size.
A JPEG 2000 file may have multiple compositing layers, each with its own color, opacity, and pre-multiplied opacity channels. If any of a layer's bitmaps is not allocated, the layer has no channel of this type.
The structure is used by:
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document