Inkscape command line: Need to convert SVG to eps without filter rasterisation -


i need convert svg eps , use inkscape this.

to convert svg using inkscape gui version, open svg, , "save as" 'logo.eps', unselecting "rasterize filter effects" option.

picture

however, want automate process using command line. using

inkscape logo.svg -e logo.eps

works not disable filter rasterisation. have done research can't figure out how can provide me correct command? thanks

the command had use fix problem

inkscape in.svg -e out.eps --export-ignore-filters --export-ps-level=3 

where in.svg image , out.eps eps comes out.


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -