diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2011-06-04 20:10:34 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2011-06-04 20:10:34 +0200 |
| commit | 67735dc85fc4a25dcc3e0b30420b3ad5a6ac1c9f (patch) | |
| tree | 91407fb189dd2a97283c844297d7b6dab0c19152 /sample/src/setup.xml | |
| parent | ee24863518448604b5600ab1e426d818975a76bb (diff) | |
| download | cataract-67735dc85fc4a25dcc3e0b30420b3ad5a6ac1c9f.tar.xz | |
Autorotate images according to EXIF Orientation info
This comes with a cost of decoding full image when only getting image size.
Diffstat (limited to 'sample/src/setup.xml')
| -rw-r--r-- | sample/src/setup.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sample/src/setup.xml b/sample/src/setup.xml index d042630..7fde549 100644 --- a/sample/src/setup.xml +++ b/sample/src/setup.xml @@ -36,6 +36,10 @@ <!-- simple - crop from center, shave 5% from borders --> <!-- ... more to come! (looking for a fast and clever algorithm) --> <squared_thumbnails type="none" /> + + <!-- autorotate input images according to EXIF information, unless --> + <!-- provided in the album source file (copy mode) (default = yes) --> + <autorotate value="yes" /> </images> <meta> |
