Currently I do this in a BAT file:

Inkscape.exe --file "some.svg" --export-png "some_64.png" --export-width 64
Inkscape.exe --file "some.svg" --export-png "some_96.png" --export-width 96
Inkscape.exe --file "some.svg" --export-png "some_128.png" --export-width 128

But that is kind of slow to run Inkscape 3 times in a row and open the same file, plus you have to save the source svg file prior to running the export BAT and make sure the BAT gets the right filename.

So I'm wondering is there a tool (export plugin) that allows to automate the export from inside the Inkscape, something like Export Bitmap dialog, but with scripting support?

link|improve this question
I would use Gimp to do the export, as you can batch exports and easily use scripts to change what you need. I created my own batcher the other day for my question : gamedev.stackexchange.com/questions/12997/…. I can help you out with that if you want. – 3nixios Jun 10 '11 at 10:29
feedback

migrated from gamedev.stackexchange.com Jun 10 '11 at 21:18

This question came from our site for professional and independent game developers.

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.