[Libreoffice-bugs] [Bug 85779] EPS file vertically squished upon inserting or opening

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Jul 7 14:12:32 UTC 2020


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vstuart.foote at utsa.edu

--- Comment #11 from V Stuart Foote <vstuart.foote at utsa.edu> ---
(In reply to Buovjaga from comment #10)
> Still squished vertically for me. I wonder how you tested that you didn't
> see it? Surely it can't be OK with macOS, but broken with Win and Linux?
> 

There are three conversion functions defined in ieps.cxx [1], they depend on
the helper programs being installed and on PATH, so no surprise differing
results.

RenderAsEMF -- requires pstoedit & ghostscript
RenderAsBMPThroughConvert -- requires Imagemagick & ghostscript
RenderAsBMPThroughGS -- requires ghostscript


On master/7.1.0, inserting the image onto Writer canvas, I get the same
squished result on Windows where I have Imagemagick IM (convert.exe) ahead of
ghostscript (gswin64c.exe) on PATH. But I get similar results using either BMP
conversion, when I suppress convert.

I don't currently have the pstoedit helper loaded--as its vector output of a
parsed EPS is poor.

But IM identify.exe shows the image as 8.5x11 and 612 x 792px at 72dpi, so
clearly the resulting filter imported BMP is not scaled correctly in the
y-dimension.

We have bug 67464 open to implement our own EPS parser--but it is not likely to
advance.

=-ref-=
[1]
https://opengrok.libreoffice.org/xref/core/filter/source/graphicfilter/ieps/ieps.cxx?r=835bced2

-- 
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/20200707/f6aff923/attachment-0001.htm>


More information about the Libreoffice-bugs mailing list