From ae1de0d884fbe931914e04c7a191b932b7a5904c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 10 Aug 2011 19:28:08 +0200 Subject: 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. --- AUTHORS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'AUTHORS') diff --git a/AUTHORS b/AUTHORS index da0785c..c0c1c09 100644 --- a/AUTHORS +++ b/AUTHORS @@ -44,6 +44,9 @@ JC Ulrich Spoerlein - fullscreen image count display +Yu-Jie Lin + - Various patches + Daniel Friesel - Maintenance since 2010 @@ -58,4 +61,3 @@ The Rasterman - Imlib2, initial zooming code example. Enlightenment. Stephen Levine - Great help debugging under E17 - -- cgit v1.2.3