Split imagemagick hack from main library

Cleans up the conditional compilation system
This commit is contained in:
Daniel Drake
2008-08-10 14:34:44 -05:00
parent bba1c1085f
commit 6b8b17f575
5 changed files with 88 additions and 73 deletions

View File

@@ -222,7 +222,6 @@ struct fp_img_driver {
uint16_t flags;
int img_width;
int img_height;
unsigned int enlarge_factor;
int bz3_threshold;
/* Device operations */
@@ -346,6 +345,7 @@ int fpi_img_compare_print_data(struct fp_print_data *enrolled_print,
struct fp_print_data *new_print);
int fpi_img_compare_print_data_to_gallery(struct fp_print_data *print,
struct fp_print_data **gallery, int match_threshold, size_t *match_offset);
struct fp_img *fpi_im_resize(struct fp_img *img, unsigned int factor);
/* polling and timeouts */