| Top |
GalagoImage *
galago_image_new_from_file (const gchar *filename);
Creates a new image from a filename.
GalagoImage * galago_image_new_from_data (const guchar *data,gsize len);
Creates a new image from in-memory image data.
void galago_image_get_data (const GalagoImage *image,guchar **ret_data,gsize *ret_len);
This function returns the image's data and the length of the data.