Revert "Apply flip & rotation on all frames of a multi-frame image; fixes issue #121"

This reverts commit f795273b65.
This commit is contained in:
Bert Münnich
2014-01-09 20:24:58 +01:00
parent f795273b65
commit 48700aa6c8
3 changed files with 11 additions and 30 deletions

View File

@ -39,16 +39,14 @@ typedef enum {
} direction_t;
typedef enum {
DEGREE_0 = 0,
DEGREE_90 = 1,
DEGREE_180 = 2,
DEGREE_270 = 3
} degree_t;
typedef enum {
FLIP_NONE = 0,
FLIP_HORIZONTAL = 1,
FLIP_VERTICAL = 2
FLIP_HORIZONTAL,
FLIP_VERTICAL
} flipdir_t;
typedef enum {