Comment 8 for bug 425529

Revision history for this message
Alvin Penner (apenner) wrote : Re: PS/EPS export when using opacity

I think you need to change the syntax of the '-dpi' option.

On my machine the DOS command

inkscapec --export-eps=test2.eps -T -dpi=300 c:\Windows\temp\opacity_fails.svg

leads to a crash as you had.
However, the command :
inkscapec --export-eps=test2.eps -T --export-dpi=300 c:\Windows\temp\opacity_fails.svg

leads to the attached eps file. The difference is the syntax of the dpi option.