https://issues.apache.org/ooo/show_bug.cgi?id=124686

Armin Le Grand <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |UNCONFIRMED
                 CC|                            |[email protected]
             Latest|4.1-dev                     |---
    Confirmation on|                            |
     Ever confirmed|1                           |0

--- Comment #4 from Armin Le Grand <[email protected]> ---
Tried with AOO401, AOO34, OOo3.3, OOo3.2, all do the same. Checked for eps
import, what we have is a filter (ieps.cxx) which:
- tries to find an embedded preview (wmf or tiff)
- tries "%%BeginPreview:" in eps prolog format
- tries convert to emf using external tool 'pstoedit'
- tries convert to png using external tool 'convert'
- tries convert to png using external tool 'gs' ('gswin32c' on win)
-> if all that goes wrong, creates the red rectangle and tries to add info from
the eps (looking for "%%Title:", "%%Creator:", "%%CreationDate:" and
"%%LanguageLevel:").
Thus the success depends heavily on what external tools are available on the
machine in the path AOO is using. On my machine 'convert' is found (it's
ImageMagick 6.7.2-7), but conversion wents wrong somehow...

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

Reply via email to