Workflows wiki page updated

Alexander Belchenko bialix at ukr.net
Fri Oct 19 09:43:48 BST 2007


John Arbash Meinel пишет:
> 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.)

They look perfect now! Thanks!



More information about the bazaar mailing list