Manual talk:$wgSVGConverter

From MediaWiki.org

Jump to: navigation, search

[edit] Possibly helpful links

Manual_talk:Image_Administration#SVG_Error_creating_thumbnail


Example of settings:

$wgFileExtensions[] = 'svg';
$wgAllowTitlesInSVG = true;
$wgSVGConverter = 'rsvg'; // or ImageMagick

User:WonRyong/SVG_setting#Windows_XP:

$wgSVGConverters = array(
    'ImageMagick' => '"C:/Program Files/ImageMagick-6.3.2-Q16/convert" -background white -geometry $width $input $output',
  );

Rumpsenate 07:26, 17 July 2009 (UTC)