1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-07 00:35:53 +01:00

util/wmiv: add image auto orientation detection

Based on libexif feature, this patch is adding orientation
detection and provides 2 more shortcuts for live
right/left rotation. Internal version was bumped to 0.7.
This commit is contained in:
David Maciejak
2014-06-02 18:27:36 +08:00
committed by Carlos R. Mafra
parent 9b65f55f53
commit 97d281e310
4 changed files with 220 additions and 15 deletions

View File

@@ -640,6 +640,12 @@ dnl ===============================================
dnl End of stuff that uses X
dnl ===============================================
dnl EXIF Support
dnl ===========
WM_CHECK_LIBEXIF
AS_IF([test "x$LIBEXIF" != "x"],
[AC_DEFINE(HAVE_EXIF, 1, [Define if EXIF can be used])])
dnl PNG Support
dnl ===========
AC_ARG_ENABLE([png],