Second take at rotating & flipping multi-frame images; fixes issue #121

This commit is contained in:
Bert Münnich
2014-01-09 20:32:22 +01:00
parent 48700aa6c8
commit 002c7e550b
3 changed files with 26 additions and 17 deletions

View File

@ -45,8 +45,8 @@ typedef enum {
} degree_t;
typedef enum {
FLIP_HORIZONTAL,
FLIP_VERTICAL
FLIP_HORIZONTAL = 1,
FLIP_VERTICAL = 2
} flipdir_t;
typedef enum {