diff options
author | Bert Münnich <ber.t@posteo.de> | 2014-01-09 00:01:57 +0100 |
---|---|---|
committer | Bert Münnich <ber.t@posteo.de> | 2014-01-09 00:30:10 +0100 |
commit | f795273b650a4df39dca693f30c3650ec1d3393f (patch) | |
tree | 5083053719f528c8eaed3e3c21f2db852c9bdb23 /image.h | |
parent | e82397db1507d06db25f952a6b5c470b8cd66e5a (diff) |
Apply flip & rotation on all frames of a multi-frame image; fixes issue #121
Diffstat (limited to 'image.h')
-rw-r--r-- | image.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -57,6 +57,9 @@ typedef struct { bool aa; bool alpha; + flipdir_t flip; + degree_t rotation; + Imlib_Color_Modifier cmod; int gamma; |