Hello Brion
Subject: [Wikitech-l] Upload limitations From: Brion Vibber brion@pobox.com To: Wikimedia developers wikitech-l@wikimedia.org
...
For the moment uploads are limited to the default extension whitelist: 'png', 'gif', 'jpg', 'jpeg', 'ogg'. Other types of files can't be uploaded to the wikis until we expand it again, but files already uploaded remain accessible.
Please add SVG to the list of default-formats, so people can continue to provide SVG-source for drawings. Thank you.
BTW: is there a chance that the extension for rendering SVG to PNG on demand will be available anytime soon?
Regards, Daniel
On Fri, Sep 24, 2004 at 06:18:33PM +0200, Daniel Kinzler wrote:
BTW: is there a chance that the extension for rendering SVG to PNG on demand will be available anytime soon?
Is there any good and freely available command line tool for rendering SVG to PNG?
Regards,
JeLuF
On Mon, Sep 27, 2004 at 12:43:38AM +0200, Jens Frank wrote:
On Fri, Sep 24, 2004 at 06:18:33PM +0200, Daniel Kinzler wrote:
BTW: is there a chance that the extension for rendering SVG to PNG on demand will be available anytime soon?
Is there any good and freely available command line tool for rendering SVG to PNG?
You can use Batik's converter: $ java -jar extensions/batik-rasterizer-ext.jar foo.svg
It's Java, rather slow compared to others, but last time I checked it had more complete and bugfree SVG support than any other Open Source SVG lib.
Other option is rsvg (in Debian it's in librsvg2-bin package): $ rsvg file.svg file.png
ImageMagick's convert could use librsvg too, so $ convert file.svg file.png should do the same as the former.
Tomasz Wegrzanowski wrote:
Is there any good and freely available command line tool for rendering SVG to PNG?
Inkscape also can export to PNG (yes it's a GUI app but you can use it via command line)
See the man page: http://inkscape.org/doc/inkscape-man.html
Cheers, Stephan
wikitech-l@lists.wikimedia.org