Data struct for images. More...
#include <jpeg-utils.h>
Public Attributes | |
| int | width |
| int | height |
| unsigned char | nComponents |
| unsigned char * | data |
Data struct for images.
Definition at line 9 of file jpeg-utils.h.
| unsigned char* ImageData_t::data |
Definition at line 13 of file jpeg-utils.h.
| int ImageData_t::height |
Definition at line 11 of file jpeg-utils.h.
| unsigned char ImageData_t::nComponents |
Definition at line 12 of file jpeg-utils.h.
| int ImageData_t::width |
Definition at line 10 of file jpeg-utils.h.