diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-08-10 19:28:08 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-08-10 19:28:08 +0200 |
commit | ae1de0d884fbe931914e04c7a191b932b7a5904c (patch) | |
tree | bef0c6482fa8263d3af9debb4354db966c879823 /AUTHORS | |
parent | 70c2ff5cc9f378300cd20492534841bfe04f5be5 (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 'AUTHORS')
-rw-r--r-- | AUTHORS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -44,6 +44,9 @@ JC <jcm314@yahoo.com> Ulrich Spoerlein <q@uni.de> - fullscreen image count display +Yu-Jie Lin + - Various patches + Daniel Friesel <derf@finalrewind.org> - Maintenance since 2010 @@ -58,4 +61,3 @@ The Rasterman <raster@rasterman.com> - Imlib2, initial zooming code example. Enlightenment. Stephen Levine - Great help debugging under E17 - |