mirror of
https://github.com/morgan9e/libfprint-fpc1020
synced 2026-04-15 00:44:25 +09: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