Data Fields

hpgs_png_image_st Struct Reference
[The public pixel image API.]

Data Fields

hpgs_image inherited
int depth
 The bit depth of the image.
int color_type
 The color type.
int bytes_per_row
 The number of bytes per row of the pixel data.
int compression
 The compression used for writing the image in the range from 0 to 9.
unsigned char * data
 The pixel data.
hpgs_rop3_func_t rop3
 The ROP3 raster operation.
hpgs_palette_color pattern_color
 The color of the ROP3 pattern.
unsigned res_x
 The number of pixels per meter in x-direction, or 0 if unknown.
unsigned res_y
 The number of pixels per meter in y-direction, or 0 if unknown.

The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines