Image standardization

Initially supports flipping and colour inversion
This commit is contained in:
Daniel Drake
2007-10-27 12:07:11 +01:00
parent 0ddfef6c21
commit 9960a7ff34
5 changed files with 75 additions and 0 deletions

View File

@@ -97,6 +97,7 @@ int fp_img_get_height(struct fp_img *img);
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);
/* Library */
int fp_init(void);