Manual talk:$wgSVGConverter
Latest comment: 3 years ago by Kupirijo in topic Wikipedia's $wgSVGConverter
Possibly helpful links
editManual_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', );
What are the best SVG converters?
editIf 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)
Wikipedia's $wgSVGConverter
editDoes anybody know which $wgSVGConverter wikipedia uses? I suspect it is not ImageMagick. --Kupirijo (talk) 05:49, 9 December 2020 (UTC)
- Wikimedia sites use rsvg. Ammarpad (talk) 06:28, 9 December 2020 (UTC)
Thank you! --Kupirijo (talk) 07:19, 9 December 2020 (UTC)