mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
Split imagemagick hack from main library
Cleans up the conditional compilation system
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user