mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-05-08 08:08:04 +02:00
fp-image: Add FP_IMAGE_NONE flags definition
This commit is contained in:
parent
16d02b3ed5
commit
83939abe10
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue