Hi -
To make a long story short, a project I'm working on requires me to convert a large number of images in .wpg format into .png. I've found that Inkscape handles individual image conversion quite well, but going through each and every image for this project one-by-one would be very time-consuming. Is there some way of automating image conversion with inkscape? say, a console command or a batch file? I usually work on a PC (Windows 7, 64bit), but I have an Ubuntu machine if it's easier/only on linux.
Thanks.
.wpg image conversion help
Re: .wpg image conversion help
Welcome aboard!
This may help.
http://www.inkscapeforum.com/viewtopic.php?f=11&t=5832
The idea would be to load each wpg file into one, then use the extension to export the right parts.
I didn't use this extension though.
This may help.
http://www.inkscapeforum.com/viewtopic.php?f=11&t=5832
The idea would be to load each wpg file into one, then use the extension to export the right parts.
I didn't use this extension though.
-
- Posts: 2
- Joined: Thu Jun 13, 2013 7:06 am
Re: .wpg image conversion help
that might work - I'll see what I can make it do. I did find the command line tutorial earlier this afternoon, and tried "inkscape *.wpg --export-png=*.png" - while it appears to have gone and converted each .wpg in the folder, it also wrote them all to *.png, where each succesive one overwrote the previous and left me with only the last one in the list. -.-