mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
lib: Rename fpi_im_resize() to fpi_img_resize()
Now that this name is free. This makes all the image manipulation functions have the same "fpi_img_" prefix.
This commit is contained in:
@@ -94,7 +94,7 @@ static void img_cb(struct libusb_transfer *transfer)
|
||||
|
||||
/* FIXME: this is an ugly hack to make the image big enough for NBIS
|
||||
* to process reliably */
|
||||
img = fpi_im_resize(tmp, aesdev->enlarge_factor, aesdev->enlarge_factor);
|
||||
img = fpi_img_resize(tmp, aesdev->enlarge_factor, aesdev->enlarge_factor);
|
||||
fp_img_free(tmp);
|
||||
fpi_imgdev_image_captured(dev, img);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user