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.
Member |
Description |
uStructSize |
Size of this structure, in bytes. Use the sizeof operator to calculate this value. |
uWidth |
Frame image width. |
uHeight |
Frame image height. |
uBitsPerPixel |
Frame image bits per pixel. |
uNumOfCodeStream |
Number of codestreams that generate this frame. |
puCodeStream |
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. This structure is used within the L_JP2_FILEINFO structure, and it is filled by the LJp2FileFormat::GetFileInfo function.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET