XenevaOS
Loading...
Searching...
No Matches
XenevaOS
Libs
Chitralekha
image.h
Go to the documentation of this file.
1
30
#ifndef __CH_IMAGE_H__
31
#define __CH_IMAGE_H__
32
33
#include <stdint.h>
34
35
36
typedef
struct
_ch_image_
{
37
unsigned
char
*
data
;
38
int
width
;
39
int
height
;
40
int
fd
;
41
int
filesz
;
42
uint8_t
*
image
;
43
}
ChImage
;
44
45
#endif
uint8_t
unsigned char uint8_t
Definition
acefiex.h:161
ChImage
struct _ch_image_ ChImage
_ch_image_
Definition
image.h:36
_ch_image_::image
uint8_t * image
Definition
image.h:42
_ch_image_::data
unsigned char * data
Definition
image.h:37
_ch_image_::height
int height
Definition
image.h:39
_ch_image_::width
int width
Definition
image.h:38
_ch_image_::filesz
int filesz
Definition
image.h:41
_ch_image_::fd
int fd
Definition
image.h:40
Generated by
1.9.8