[Libreoffice-bugs] [Bug 125357] EPS not imported properly / displayed

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun May 23 18:07:09 UTC 2021


https://bugs.documentfoundation.org/show_bug.cgi?id=125357

V Stuart Foote <vstuart.foote at utsa.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|bibisected, regression      |
             Status|NEW                         |NEEDINFO
                 CC|                            |vstuart.foote at utsa.edu
           See Also|                            |https://bugs.documentfounda
                   |                            |tion.org/show_bug.cgi?id=67
                   |                            |464,
                   |                            |https://bugs.documentfounda
                   |                            |tion.org/show_bug.cgi?id=12
                   |                            |2436

--- Comment #12 from V Stuart Foote <vstuart.foote at utsa.edu> ---
@Aron, *

This really is NOT OUR BUG, and work on bug 67464 would be needed to do
anything else.

LibreOffice does not directly read EPS during filter import [1], insted it
requires one or more of 3 external helper programs.

Imagemagick or ghostscript -- both will produce BMP raster image, or will use
the empedded preview bitmap, usuually TIFF, of an epsi if present.

The third pstoedit will render EPS to vector, but will reomve verticies
resulting in visual distortion of the vector strokes. Windows builds of the app
have a "shareware' extension that will parse all verticies from the EPS in
generating an EMF vector graphic.

Both Imagemagick and pstoedit require a ghostsript installation be present.

These helpers are not managed by LibreOffice, they must be installed and
present on user profile PATH, if not so configured LibreOffice will not use the
helper.

If pstoedit is present on path it will render to EMF; otherwise the filter
picks the RenderAsBMPThroughGS (GS only no ImageMagick or pstoedit) or finally 
RenderAsBMPThroughConvert () (Imagemagick and GS on path).

The ieps routines remain in place and function when os/DE is correctly
configure. Removing regression and bibisect, function is dependent on os.

Please correct your os/DE to install the needed helper(s) and verify valid
PATH.

Please note, it really is more effective to use an external application to
directly convert EPS to EMF or SVG vector and then import that graphic. Also
that since its 7.0 release, command line use of ImageMagick's 'convert' helper
requires you install it's "legacy" module to have script access.

Needinfo is for OP and other reporters to retest with necessary "helpers"
configured as needed by LibreOffice.

=-ref-=

[1] https://opengrok.libreoffice.org/xref/core/vcl/source/filter/ieps/ieps.cxx

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210523/8b2ff37e/attachment.htm>


More information about the Libreoffice-bugs mailing list