12 Nov
2007
12 Nov
'07
1:11 p.m.
Marcin Kasperski wrote:
inkscape --export-png destfile.png --export-width 80 --export-height 80 source.svg
Try redirecting the silence to a text file:
inkscape --export-png destfile.png --export-width 80 --export-height 80 source.svg > secret_output.txt
Just a quick guess, I expect long gnu options and their values to be separated by "=" --export-width=80.
Aaron Spike