summaryrefslogtreecommitdiff
path: root/glcdgraphics/imagefile.h
diff options
context:
space:
mode:
authormrwastl <mrwastl@users.sourceforge.net>2012-06-07 16:47:13 +0200
committermrwastl <mrwastl@users.sourceforge.net>2012-06-07 16:47:13 +0200
commitdbd4bd72007e382bea3a123cc2d86fefd962cf37 (patch)
treefd5b5cc48fce459732eececb103e9a84f1f2ee92 /glcdgraphics/imagefile.h
parenta39f265732d0bc28cb66b58b5ecf1964a130d02b (diff)
downloadgraphlcd-base-dbd4bd72007e382bea3a123cc2d86fefd962cf37.tar.gz
graphlcd-base-dbd4bd72007e382bea3a123cc2d86fefd962cf37.tar.bz2
Image/GraphicsMagick: use much more relieable sample() instead of scale() for scaling images; monochrome images: fix monochrome bug in imagefile.c; explicitly prepend namespace Magick:: instead of using 'using namespace Magick;' (easier when debugging); some code / var-names beautifyings
Diffstat (limited to 'glcdgraphics/imagefile.h')
-rw-r--r--glcdgraphics/imagefile.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/glcdgraphics/imagefile.h b/glcdgraphics/imagefile.h
index 959d31e..60049ea 100644
--- a/glcdgraphics/imagefile.h
+++ b/glcdgraphics/imagefile.h
@@ -6,7 +6,8 @@
* This file is released under the GNU General Public License. Refer
* to the COPYING file distributed with this package.
*
- * (c) 2006 Andreas Regel <andreas.regel AT powarman.de>
+ * (c) 2006 Andreas Regel <andreas.regel AT powarman.de>
+ * (c) 2010-2012 Wolfgang Astleitner <mrwastl AT users sourceforge net>
*/
#ifndef _GLCDGRAPHICS_IMAGEFILE_H_