Add API for freeing images

This commit is contained in:
Daniel Drake
2007-10-27 15:16:54 +01:00
parent c2a83ec948
commit da071ff8a2
3 changed files with 7 additions and 0 deletions

View File

@@ -100,6 +100,7 @@ int fp_img_get_width(struct fp_img *img);
unsigned char *fp_img_get_data(struct fp_img *img);
int fp_img_save_to_file(struct fp_img *img, char *path);
void fp_img_standardize(struct fp_img *img);
void fp_img_free(struct fp_img *img);
/* Library */
int fp_init(void);