cab CUPS Treiber  ---
pictogram Struct Reference

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...
 

Detailed Description

Internal struct to store informations for images.

Definition at line 39 of file image.h.

Field Documentation

◆ breite

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().

◆ hoehe

short pictogram::hoehe

height in pixels

Definition at line 42 of file image.h.

Referenced by print_raster_image(), and write_img().

◆ inh

short* pictogram::inh

pointer to bitmap

Definition at line 43 of file image.h.

Referenced by print_raster_image(), and write_img().

◆ name

char pictogram::name[8]

Picturename.

Definition at line 40 of file image.h.


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