Workflows wiki page updated

John Arbash Meinel john at arbash-meinel.com
Thu Oct 18 22:00:51 BST 2007


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Bojan Nikolic wrote:
> John Arbash Meinel <john at arbash-meinel.com> writes:
> 
>> Thanks for the reminder. It was a lot more work than using convert in a simple
>> shell script, but they did turn out nicer. (inkscape saves the export in the
>> .svg, which means I had to fight with Ian's exported location.)
> 
> If you want to automate the conversion, you can switch off the
> inkscape gui -- try option -z together with -e to export to png. More
> detail on the man page.
> 
> Best,
> Bojan
> 

True:
 inkscape -z -w 526 -e workflows_single_a.png workflows_single.svg

Worked for what I wanted.

So I could have done:

 for f in *.svg; do inkscape -z -w 526 -e ${f%%.svg}.png $f; done

Thanks for the info. I didn't realize inkscape had a batch mode. (I actually
haven't used it in probably 2 years. And even then was just playing around.)

John
=:->
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHF8mDJdeBCYSNAAMRAoNXAJ0XfKZ+lS0KHgK+GPXXEkrsgaADLACgmRD2
6lQUZ6YyHsakXCA5zle+tfE=
=x0VG
-----END PGP SIGNATURE-----



More information about the bazaar mailing list