Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-21 | glcdgraphics: 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-09-23 | extformats.c: use scaleQuantumToDouble() to get colour values in range 0 to ↵ | mrwastl | |
255; avoid MaxRGB/QuantumRange at all | |||
2012-09-22 | extformats.c: Image/GraphicsMagick: avoid usage of MaxRGB and QuantumRange | mrwastl | |
2012-09-22 | Revert "extformats: replace deprecated MaxRGB through QuantumRange ↵ | mrwastl | |
(ImageMagick) and add a define for GraphicsMagick to accept QuantumRange" This reverts commit 47dbc367354f6d8c97b8b54c78fb489d2438c6a0. | |||
2012-09-22 | extformats: replace deprecated MaxRGB through QuantumRange (ImageMagick) and ↵ | mrwastl | |
add a define for GraphicsMagick to accept QuantumRange | |||
2012-06-07 | Image/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-15 | support 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-27 | deactivate monochrome setting of imagemagick files because of problems with ↵ | mrwastl | |
background/foreground colour | |||
2011-06-26 | set monochrome flag for images loaded by imagemagick if colours <= 2 | mrwastl | |
2011-06-23 | more bug fixes for WrapText() (should now be UTF8-proof too); deactivate ↵ | mrwastl | |
imagemagick quantising (sometimes led to erraneous images) | |||
2011-06-17 | add support for alpha channel | mrwastl | |
2011-05-29 | re-enable transparency | mrwastl | |
2011-05-29 | disable transparency from images loaded by ImageMagick until a working ↵ | mrwastl | |
solution has been found | |||
2011-05-24 | support 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-08 | add basic reading support for image formats supported by ImageMagick ↵ | mrwastl | |
(optional, not enabled by default) |