(bug 18691) Added support for SVG rasterization using the Imagick PHP extension....
authorBryan Tong Minh <btongminh@users.mediawiki.org>
Sat, 12 Mar 2011 19:59:41 +0000 (19:59 +0000)
committerBryan Tong Minh <btongminh@users.mediawiki.org>
Sat, 12 Mar 2011 19:59:41 +0000 (19:59 +0000)
commit9a3b3dd0248590192174f57935ceb48298c9c555
tree3d24f56daff8eb6ab9087956209fea2059a9c9a8
parent634594c0398e6587e9c6ba49be29bf7ddfbe6832
(bug 18691) Added support for SVG rasterization using the Imagick PHP extension. Based on patch by Yesid Carrillo. Set $wgSVGConverter = 'ImagickExt' to use it. Note that the results are extremely ugly, but I believe that happens with the command line scaler as well.
Introduced new syntax for $wgSVGConverters, if the selected converter is an array, it is assumed to be a PHP callable. Imagick support is done by SvgHandler::rasterizeImagickExt.
CREDITS
RELEASE-NOTES
includes/DefaultSettings.php
includes/media/SVG.php