summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-08-10 19:28:08 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-08-10 19:28:08 +0200
commitae1de0d884fbe931914e04c7a191b932b7a5904c (patch)
treebef0c6482fa8263d3af9debb4354db966c879823 /ChangeLog
parent70c2ff5cc9f378300cd20492534841bfe04f5be5 (diff)
slideshow.c: save_image: Fix handling of capital file endings (closes #51)
gib_imlib_save_image_with_error_return was used, but it tries to set the Imlib image format by examining the filename to save to. However, it only supports lowercase file endings (as in .jpg) and breaks with others (like .JPG). Since giblib is unmaintained, for now the fix is only used here.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f55edc5..5dabcd7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,8 @@ git HEAD
<https://github.com/derf/feh/issues/30>
* New actions: lossless flip (key _) and mirror (key |)
<https://github.com/derf/feh/issues/53>
+ * Fix save_image key for *.JPG and similar filenames
+ <https://github.com/derf/feh/issues/51>
Mon, 04 Jul 2011 14:46:36 +0200 Daniel Friesel <derf@finalrewind.org>