SVG Images Rasterized When Converted to EPS

Post questions on how to use or achieve an effect in Inkscape.
mrgou
Posts: 4
Joined: Thu Jun 04, 2015 6:23 pm

SVG Images Rasterized When Converted to EPS

Postby mrgou » Thu Jun 04, 2015 6:30 pm

Hi,

I'm trying to use some royalty-free cliparts. Now, although they clearly are vector (paths can be manipulated with the Edit paths nodes, textures are recognized as gradients...), they get rasterized when converted to EPS (either when saved to EPS or using the command line).

For instance:
https://openclipart.org/detail/5142/glass-jar
Top

Lazur
Posts: 4717
Joined: Tue Jun 14, 2016 10:38 am

Re: SVG Images Rasterized When Converted to EPS

Postby Lazur » Thu Jun 04, 2015 6:50 pm

Hi.

Most probably because saving transparency in eps is not supported, which the glass jar has.

mrgou
Posts: 4
Joined: Thu Jun 04, 2015 6:23 pm

Re: SVG Images Rasterized When Converted to EPS

Postby mrgou » Thu Jun 04, 2015 7:04 pm

Looks like you're right! I brought the opacity of the main surface to 100% (it was 44%), and the EPS export is now full vector (although Acrobat Distiller won't convert the resulting EPS file to PDF, but that's another story! :-) )

For me own education, is it the EPS format or the conversion filter that does not support transparency?

Many thanks!

R.

Lazur
Posts: 4717
Joined: Tue Jun 14, 2016 10:38 am

Re: SVG Images Rasterized When Converted to EPS

Postby Lazur » Thu Jun 04, 2015 8:07 pm

THE FUTURE OF PRINTING LIVE TRANSPARENCY: POSTSCRIPT 3
PostScript 3 printers that support Adobe PDF 1.4 (Acrobat 5) files will accept and process the “live” transparency that can be saved in
PDF 1.4 files. This capability is built into the new PostScript Language version 3015, which was released to Adobe OEM partners in spring
2000.


http://www.adobe.com/products/postscript/pdfs/TransHowToGuide1.pdf

Theoretically it is available, just as gradients.
https://www.adobe.com/products/postscript/pdfs/PLRM.pdf


As far as I know, inkscape uses ghostscript when dealing with eps files, so maybe check that too.
http://ghostscript.com/doc/current/Language.htm


Sorry but I cannot get a straight quote from the related postscript specification.

http://partners.adobe.com/public/developer/ps/index_specs.html

~suv
Posts: 2272
Joined: Sun May 10, 2009 2:07 am

Re: SVG Images Rasterized When Converted to EPS

Postby ~suv » Thu Jun 04, 2015 9:00 pm

mrgou wrote:For me own education, is it the EPS format or the conversion filter that does not support transparency?
The limitation is in the file format. The conversion filter “supports” it by rasterization (to preserve the appearance).

Lazur URH wrote:As far as I know, inkscape uses ghostscript when dealing with eps files, so maybe check that too.
Inkscape uses Ghostscript only for Import of PostScript-based file formats (PS, EPS).
Export to PostScript-based formats (PS/EPS) is handled internally, based on the cairo graphics library and has nothing to do with Ghostscript.

Lazur
Posts: 4717
Joined: Tue Jun 14, 2016 10:38 am

Re: SVG Images Rasterized When Converted to EPS

Postby Lazur » Fri Jun 05, 2015 2:42 am

Hmm I do remember being corrected for that ghostscript part, should have known.
But I also remember that I used to say eps is not capable of transparency at all, and then been told that technically it is possible.
Though couldn't find those topics with searching.


Return to “Help with using Inkscape”