typedef struct _tagL_JP2_IMAGEINFO_ELEMENT
{
L_UINT32 uStructSize;
L_UINT32 uNumOfBoxes;
L_SIZE_T * pBoxOffset;
L_SIZE_T * pBoxSize;
L_SIZE_T * pBoxDataOffset;
L_SIZE_T * pBoxDataSize;
}L_JP2_IMAGEINFO_ELEMENT, *pL_JP2_IMAGEINFO_ELEMENT;
The L_JP2_IMAGEINFO_ELEMENT structure provides one type of information about all boxes of the same type within one JPEG 2000 file.
Size of this structure, in bytes. Use the sizeof operator to calculate this value.
Number of boxes. This field specifies the size of pBoxOffset array, pBoxSize array, pBoxDataOffset array, and pBoxDataSize array
Box start offset array. It specifies the offset in bytes to the start byte of the box and it is relative to the first byte of the file.
Box size in bytes.
Box data start offset array. It specifies the offset in bytes to the start byte of the box data and it is relative to the first byte of the file.
Box data size in bytes.
The L_JP2_IMAGEINFO_ELEMENT structure provides information for one of JPEG 2000 box's type. This structure is use with the LJp2FileFormat::GetFileInfo function. It provides information about the number of boxes exist in the file of that type, start offsets, and data sizes.
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