<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:vstuart.foote@utsa.edu" title="V Stuart Foote <vstuart.foote@utsa.edu>"> <span class="fn">V Stuart Foote</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - EPS not imported properly / displayed"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=125357">bug 125357</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Keywords</td>
           <td>bibisected, regression
           </td>
           <td>
                
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>NEEDINFO
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>vstuart.foote@utsa.edu
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">See Also</td>
           <td>
                
           </td>
           <td>https://bugs.documentfoundation.org/show_bug.cgi?id=67464, https://bugs.documentfoundation.org/show_bug.cgi?id=122436
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - EPS not imported properly / displayed"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=125357#c12">Comment # 12</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - EPS not imported properly / displayed"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=125357">bug 125357</a>
              from <span class="vcard"><a class="email" href="mailto:vstuart.foote@utsa.edu" title="V Stuart Foote <vstuart.foote@utsa.edu>"> <span class="fn">V Stuart Foote</span></a>
</span></b>
        <pre>@Aron, *

This really is NOT OUR BUG, and work on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Request for built-in EPS rendering ..."
   href="show_bug.cgi?id=67464">bug 67464</a> 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] <a href="https://opengrok.libreoffice.org/xref/core/vcl/source/filter/ieps/ieps.cxx">https://opengrok.libreoffice.org/xref/core/vcl/source/filter/ieps/ieps.cxx</a></pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>