GATE
bitmapimages.h File Reference

Bitmap image file format. More...

Macros

#define GATE_GRAPHICS_FILE_EXT_BMP   ".bmp"
 

Functions

GATE_GRAPHICS_API gate_result_t gate_bitmapimage_load (gate_stream_t *srcstream, gate_rasterimage_t *image, gate_uint32_t flags)
 
GATE_GRAPHICS_API gate_result_t gate_bitmapimage_save (gate_rasterimage_t const *image, gate_stream_t *deststream, gate_uint32_t flags)
 

Detailed Description

Bitmap image file format.