Enumerations | |
enum | g2_gd_type { g2_gd_jpeg = 0, g2_gd_png = 1, g2_gd_gif = 2 } |
Functions | |
int | g2_open_gd (const char *filename, int width, int height, enum g2_gd_type gd_type) |
|
g2 gd bitmap types |
|
Create a GD (bitmap image) device.
|