3

I'm using Inkscape to do graphic design on Linux and I'm quite happy with it and SVG files. Unfortunately, a client requests an * EPS* file. The designed logo contains gradients and the client also asked for transparent background.

Inkscape has an export option for eps files, but according to this post the file cannot contain gradients nor transparency, otherwise the output file will be rasterized.

Since this post and similar posts are about 5 years old or older, I was wondering if there is a way to get non-rasterized eps files (with gradients and transparency) nowadays.

Giacomo1968
  • 55,001
jost21
  • 757

1 Answers1

2

You can try this in a command prompt:

inkscape -o eps-filename.eps orig-file.svg 

Here -o is used for export. This works on my inkspace version 1.1.2.

Dominique
  • 2,243
Plucky Ali
  • 21
  • 3
  • 2
    Does this address the core issue of the question? “Inkscape has an export option for eps files, but according to this post the file cannot contain gradients nor transparency, otherwise the output file will be rasterized.” – Giacomo1968 Mar 14 '23 at 16:03
  • As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers in the help center. – Community Mar 14 '23 at 16:28