Manual talk:$wgSVGConverter

From mediawiki.org
Latest comment: 3 years ago by Kupirijo in topic Wikipedia's $wgSVGConverter

Possibly helpful links[edit]

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)Reply

What are the best SVG converters?[edit]

If you had to rank the SVG converters in order of which is best to use, what would it be? I.e., what would your second, third, etc. choices be if ImageMagick weren't available (as it sometimes isn't)? Leucosticte (talk) 13:11, 27 September 2012 (UTC)Reply

Wikipedia's $wgSVGConverter[edit]

Does anybody know which $wgSVGConverter wikipedia uses? I suspect it is not ImageMagick. --Kupirijo (talk) 05:49, 9 December 2020 (UTC)Reply

Wikimedia sites use rsvg. Ammarpad (talk) 06:28, 9 December 2020 (UTC)Reply

Thank you! --Kupirijo (talk) 07:19, 9 December 2020 (UTC)Reply