Issue 45715 - Export of drawing to eps, wmf, emf looses transparency
Summary: Export of drawing to eps, wmf, emf looses transparency
Status: CONFIRMED
Alias: None
Product: Draw
Classification: Application
Component: save-export (show other issues)
Version: OOo 3.0
Hardware: PC All
: P3 Trivial with 2 votes (vote)
Target Milestone: AOO Later
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
: 54882 (view as issue list)
Depends on:
Blocks: 79743
  Show dependency tree
 
Reported: 2005-03-22 07:31 UTC by john_257
Modified: 2013-02-07 21:49 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
OpenOffice 2.0 Beta Draw File (9.06 KB, application/vnd.sun.xml.draw)
2005-03-22 07:33 UTC, john_257
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description john_257 2005-03-22 07:31:49 UTC
Hi,

I'm using OpenOffice Beta 2.0 build 1.9.84 on Windows XP.  If I create a drawing
in Draw that uses filled areas what are transparent, when I export to an EPS
file, the transparency of the filled area is lost.  Whatever is behind the
transparently filled object is completely hidden.  I will attach a small draw
file that has the problem (just export to EPS).  

Thanks,
John
Comment 1 john_257 2005-03-22 07:33:15 UTC
Created attachment 24132 [details]
OpenOffice 2.0 Beta Draw File
Comment 2 wolframgarten 2005-03-31 11:03:58 UTC
Reproducible.
Comment 3 wolframgarten 2005-03-31 11:04:27 UTC
Reassigned to Sven.
Comment 4 sven.jacobi 2005-05-18 13:32:51 UTC
EPS is not supporting transparent bitmaps. To keep the transparency in the
created eps file it would be necessary to export everything in a single bitmap,
but this is not easy for encapsulated postscript files, because eps normally
does not have a fixed target resolution. Furthermore the filesize would grow up
enormous if switching from a vector graphic to a bitmap graphic.

sj->thb: do you have an idea ? 
Comment 5 thb 2005-05-27 23:51:59 UTC
Retargeted, due to resource constraints.
Comment 6 thb 2006-09-18 10:29:53 UTC
*** Issue 54882 has been marked as a duplicate of this issue. ***
Comment 7 thb 2006-09-18 10:31:07 UTC
Extended title, to reflect findings from issue 54882.
Comment 8 jmfv 2007-11-02 11:21:37 UTC
If the figure is exported to PDF, converted to PS (using pdf2ps) and then
converted to EPS (using ps2eps), the transparency is preserved.
Comment 9 thb 2008-06-27 12:01:59 UTC
@jmfv: sure, but it's a high-res bitmap, if you look closely.

@sj: please take this one back.
Comment 10 owqcd 2009-10-19 17:27:15 UTC
Hello,

I think the goal is not to keep the transparency in the exported eps, but to
flatten the transparency, so that the eps looks like what was on the OO screen.

Can this be done without bitmap ?