GATE
pixmapimages.h File Reference

Pixmap image file format. More...

Macros

#define GATE_GRAPHICS_FILE_EXT_XPM   ".xpm"
 

Functions

GATE_GRAPHICS_API gate_result_t gate_pixmapimage_parse (char const *const *lines, gate_rasterimage_t *image, gate_int32_t *hotspot_x, gate_int32_t *hotspot_y)
 
GATE_GRAPHICS_API gate_result_t gate_pixmapimage_load (gate_stream_t *srcstream, gate_rasterimage_t *image, gate_uint32_t flags)
 
GATE_GRAPHICS_API gate_result_t gate_pixmapimage_save (gate_rasterimage_t const *image, gate_stream_t *deststream, gate_uint32_t flags)
 

Detailed Description

Pixmap image file format.