Quickie experimental SVG rasterization hack: if using $wgImageMagick, will attempt...
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 4 Oct 2004 10:55:43 +0000 (10:55 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 4 Oct 2004 10:55:43 +0000 (10:55 +0000)
commitb887b260a613ba40669a500d51bf04384cb54ac0
treea2b8dddc0665ec65ad47dff99b5f677b091780c8
parent2115d6c0082a0df0698ac1187b5724d0552deafd
Quickie experimental SVG rasterization hack: if using $wgImageMagick, will attempt to create thumbnails of SVG images as PNG.
Incomplete so far:
* If you just ask for the image (or eg look at the image page) without a size, it tries a straight <img> with no rasterization still
* ImageMagick may not be the best renderer.
* It doesn't know the 'real' size of aspect ratio of the image.
includes/Image.php