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

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -