summaryrefslogtreecommitdiff
path: root/glcdgraphics/imagefile.c
AgeCommit message (Collapse)Author
2013-03-21glcdgraphics: bug fix in glcd.c, moved methods Scale() and Blend() to ↵mrwastl
image.c, added static methods for loading/saving image; showpic and convpic working again; convpic cleaned up; showpic: added parameters for scaling and centering image
2012-06-07Image/GraphicsMagick: use much more relieable sample() instead of scale() ↵mrwastl
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
2011-10-24cImageFile: scaling support for non-ImageMagick files (-> pbm, glcd); ↵mrwastl
serdisp.[ch]: paranoia checks (SetBrightness()!), encapsulation of touch events; cImageCache: syslog message after successful loading of an image; cSkinObject: beauty fix
2010-02-21initial git upload, based on graphlcd-base-0.1.5andreas 'randy' weinberger