typedef struct _tagL_JP2_FRAMEINFO
{
L_UINT32 uStructSize;
L_UINT uWidth;
L_UINT uHeight;
L_UINT uBitsPerPixel;
L_UINT32 uNumOfCodeStream;
L_UINT32 *puCodeStream;
}L_JP2_FRAMEINFO, *pL_JP2_FRAMEINFO;
The L_JP2_FRAMEINFO structure provides information for a single JPEG 2000 frame.
Size of this structure, in bytes. Use the sizeof operator to calculate this value.
Frame image width.
Frame image height.
Frame image bits per pixel.
Number of codestreams that generate this frame.
Array of L_UINT specifies the indices of the needed codestreams to generate this frame. The array size is uNumOfCodeStream.
The L_JP2_FRAMEINFO structure provides information for a single JPEG 2000 frame.
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