libCZI
Reading and Writing CZI documents made easy
|
Information about a locked bitmap - allowing direct access to the image data in memory. More...
#include <libCZI_Pixels.h>
Public Attributes | |
void * | ptrData |
Not currently used, to be ignored. | |
void * | ptrDataRoi |
The pointer to the first (top-left) pixel of the bitmap. | |
std::uint32_t | stride |
The stride of the bitmap data (pointed to by ptrDataRoi ). | |
std::uint64_t | size |
The size of the bitmap data (pointed to by ptrDataRoi ) in bytes. | |
Information about a locked bitmap - allowing direct access to the image data in memory.