From 48700aa6c8f4b9ef6dc162ea5aa98ac4f9cc0630 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bert=20M=C3=BCnnich?= Date: Thu, 9 Jan 2014 20:24:58 +0100 Subject: Revert "Apply flip & rotation on all frames of a multi-frame image; fixes issue #121" This reverts commit f795273b650a4df39dca693f30c3650ec1d3393f. --- types.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'types.h') diff --git a/types.h b/types.h index fedc1cb..2cd305e 100644 --- a/types.h +++ b/types.h @@ -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 { -- cgit v1.2.3