cab CUPS Treiber
---
|
Internal struct to store informations for images. More...
#include <image.h>
Data Fields | |
char | name [8] |
Picturename. More... | |
short | breite |
width in pixels (16 pixel steps!) More... | |
short | hoehe |
height in pixels More... | |
short * | inh |
pointer to bitmap More... | |
short pictogram::breite |
width in pixels (16 pixel steps!)
Definition at line 41 of file image.h.
Referenced by print_raster_image(), and write_img().
short pictogram::hoehe |
height in pixels
Definition at line 42 of file image.h.
Referenced by print_raster_image(), and write_img().
short* pictogram::inh |
pointer to bitmap
Definition at line 43 of file image.h.
Referenced by print_raster_image(), and write_img().