mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
Improved image dimension handling
Drivers now specify the size of the image they provide, and theres an API so that you can get the size of an image before you capture it.
This commit is contained in:
@@ -91,6 +91,8 @@ void fp_print_data_free(struct fp_print_data *data);
|
||||
/* Imaging devices */
|
||||
int fp_imgdev_capture(struct fp_img_dev *imgdev, int unconditional,
|
||||
struct fp_img **image);
|
||||
int fp_imgdev_get_img_width(struct fp_img_dev *imgdev);
|
||||
int fp_imgdev_get_img_height(struct fp_img_dev *imgdev);
|
||||
|
||||
/* Image handling */
|
||||
int fp_img_get_height(struct fp_img *img);
|
||||
|
||||
Reference in New Issue
Block a user