#include <cxd56_imageproc.h>
Public Attributes | |
enum imageproc_imginfo_e | type |
int | w |
int | h |
imageproc_rect_t * | rect |
union { | |
uint8_t single | |
imageproc_binary_img_t binary | |
uint8_t * p_u8 | |
} | img |
Structure of image information.
enum imageproc_imginfo_e type |
Type of image data
int w |
Image width
int h |
Image height
imageproc_rect_t* rect |
Clipping rectangle
uint8_t single |
for IMAGEPROC_IMGTYPE_SINGLE
imageproc_binary_img_t binary |
for IMAGEPROC_IMGTYPE_1BPP
uint8_t* p_u8 |
for IMAGEPROC_IMGTYPE_{8,16}BPP