support imgserv for SVG rasterising
authorRiver Tarnell <river@users.mediawiki.org>
Thu, 8 May 2008 21:13:14 +0000 (21:13 +0000)
committerRiver Tarnell <river@users.mediawiki.org>
Thu, 8 May 2008 21:13:14 +0000 (21:13 +0000)
includes/DefaultSettings.php

index cb4819e..fecd94e 100644 (file)
@@ -1863,6 +1863,7 @@ $wgSVGConverters = array(
        'inkscape' => '$path/inkscape -z -w $width -f $input -e $output',
        'batik' => 'java -Djava.awt.headless=true -jar $path/batik-rasterizer.jar -w $width -d $output $input',
        'rsvg' => '$path/rsvg -w$width -h$height $input $output',
+       'imgserv' => '$path/imgserv-wrapper -i svg -o png -w$width $input $output',
        );
 /** Pick one of the above */
 $wgSVGConverter = 'ImageMagick';