summaryrefslogtreecommitdiff
path: root/glcdgraphics/extformats.c
AgeCommit message (Collapse)Author
2011-10-15support for scaling of images (image/graphicsmagick supported images only at ↵mrwastl
the moment); skins: additional paraemter 'scale' for <image/>; added method for emptying of image cache (cImageCache::Clear())
2011-06-27deactivate monochrome setting of imagemagick files because of problems with ↵mrwastl
background/foreground colour
2011-06-26set monochrome flag for images loaded by imagemagick if colours <= 2mrwastl
2011-06-23more bug fixes for WrapText() (should now be UTF8-proof too); deactivate ↵mrwastl
imagemagick quantising (sometimes led to erraneous images)
2011-06-17add support for alpha channelmrwastl
2011-05-29re-enable transparencymrwastl
2011-05-29disable transparency from images loaded by ImageMagick until a working ↵mrwastl
solution has been found
2011-05-24support for transparency (images and text); text and images are transparent ↵mrwastl
per default; bug fix: crash when allocing bitmap object with width=0
2011-05-08add basic reading support for image formats supported by ImageMagick ↵mrwastl
(optional, not enabled by default)