That's nice. I like that. Thank you very much Nicu.
Each day is a day to learn.
Sincerely Ezequias
Nicu Buculei wrote:
Ezequias Rodrigues da Rocha wrote:
Nicu,
Could you be more clear ? I don't know how to use scripts on Inkcscape. I am just a freshman on this nice software.
those are shell scripts, written in bash (for Linux).
a basic shell script to convert all images from a directory to PNG with the width of 128px could be like that (you can type it directly to the command line): for i in *.svg; do inkscape -f "$i" -e "$i.png" -w 128; done
Nicu Buculei wrote:
Ezequias Rodrigues da Rocha wrote:
Hi list,
I have the collection of flags I downloaded from openclipart.org and want to convert all of them to png format. It is possible to convert all the flags with just one command ?
Sure, we have some sample scripts in the OCAL wiki: http://openclipart.org/cgi-bin/wiki.pl?Thumbnail_Support