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

--- Comment #9 from V Stuart Foote <[email protected]> ---
(In reply to Jean-Baptiste Faure from comment #8)
> If I remember correctly, OOo and LibreOffice have never been able to
> interpret PS/EPS files. What you see is the preview that is embedded in the
> EPS file. So I guess that the change was about the support of the format of
> the preview.
> 

Not the whole case, when one of three helper programs is available: pstoedit,
ghostscript or Imagemagick (all ghostscript dependent)  we can parse EPS [1] to
EMF using pstoedit. Or to BMP using ghostscript script, or to BMP using Convert
from Imagemagick.

If none are present *AND* the EPS has a preview embedded, we'll read that
preview image. And if it does not, we get a place holder frame.

=-ref-=

[1]
https://opengrok.libreoffice.org/xref/core/vcl/source/filter/ieps/ieps.cxx?r=4b95451f

RenderAsEMF
RenderAsBMPThroughGS
RenerAsBMPThroughConvert
CreateMtfReplacementAction

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to