Age | Commit message (Collapse) | Author | |
---|---|---|---|
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) |