From dbd4bd72007e382bea3a123cc2d86fefd962cf37 Mon Sep 17 00:00:00 2001 From: mrwastl Date: Thu, 7 Jun 2012 16:47:13 +0200 Subject: 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 --- glcdgraphics/extformats.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glcdgraphics/extformats.h') diff --git a/glcdgraphics/extformats.h b/glcdgraphics/extformats.h index b910c3c..23f6ea2 100644 --- a/glcdgraphics/extformats.h +++ b/glcdgraphics/extformats.h @@ -8,7 +8,7 @@ * This file is released under the GNU General Public License. Refer * to the COPYING file distributed with this package. * - * (c) 2011 Wolfgang Astleitner + * (c) 2011-2012 Wolfgang Astleitner */ #ifndef _GLCDGRAPHICS_EXTFORMATS_H_ -- cgit v1.2.3