mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
fp-image: Add FP_IMAGE_NONE flags definition
This commit is contained in:
committed by
Marco Trevisan
parent
16d02b3ed5
commit
83939abe10
@@ -33,6 +33,7 @@
|
||||
* rely on the image to be normalized by libfprint before further processing.
|
||||
*/
|
||||
typedef enum {
|
||||
FPI_IMAGE_NONE = 0,
|
||||
FPI_IMAGE_V_FLIPPED = 1 << 0,
|
||||
FPI_IMAGE_H_FLIPPED = 1 << 1,
|
||||
FPI_IMAGE_COLORS_INVERTED = 1 << 2,
|
||||
|
||||
Reference in New Issue
Block a user