kaleidoscope 1.4.0
 
Loading...
Searching...
No Matches
ImageData_t Struct Reference

Data struct for images. More...

#include <jpeg-utils.h>

Public Attributes

int width
 
int height
 
unsigned char nComponents
 
unsigned char * data
 

Detailed Description

Data struct for images.

Definition at line 9 of file jpeg-utils.h.

Member Data Documentation

◆ data

unsigned char* ImageData_t::data

Definition at line 14 of file jpeg-utils.h.

◆ height

int ImageData_t::height

Definition at line 12 of file jpeg-utils.h.

◆ nComponents

unsigned char ImageData_t::nComponents

Definition at line 13 of file jpeg-utils.h.

◆ width

int ImageData_t::width

Definition at line 11 of file jpeg-utils.h.


The documentation for this struct was generated from the following file: