typedef struct _tagL_JP2_RESOLUTION_BOX
{
L_UINT32 uStructSize;
L_UINT32 uCaptureXRes;
L_UINT32 uCaptureYRes;
L_UINT32 uDefDisplayXRes;
L_UINT32 uDefDisplayYRes;
}L_JP2_RESOLUTION_BOX, *pL_JP2_RESOLUTION_BOX;
The L_JP2_RESOLUTION_BOX structure provides information about the capture and default display resolutions of the image.
Size of this structure, in bytes. Use the sizeof operator to calculate this value.
The horizontal grid resolution at which the image was captured.
The vertical grid resolution at which the image was captured.
The horizontal grid resolution at which this image should be displayed.
The vertical grid resolution at which this image should be displayed.
The Resolution box specifies the capture and default display resolutions of the image. This box is defined in JP2 and above file formats.
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