<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - pdfimages failed to list/extract image"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=91734">91734</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>pdfimages failed to list/extract image
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>poppler
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Mac OS X (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>utils
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>poppler-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>a246246_246-kde@yahoo.co.jp
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=117873" name="attach_117873" title="PDF that pdfimages failed to detect image">attachment 117873</a> <a href="attachment.cgi?id=117873&action=edit" title="PDF that pdfimages failed to detect image">[details]</a></span>
PDF that pdfimages failed to detect image

pdfimages failed to detect images for the attached PDF file.
In PDF file, one /Subtype /Image object exists.
It can be extracted with mutool (1.7a), and even pdftohtml comes from poppler
generate png for that part.

$ pdfimages -v
pdfimages version 0.35.0
Copyright 2005-2015 The Poppler Developers - <a href="http://poppler.freedesktop.org">http://poppler.freedesktop.org</a>
Copyright 1996-2011 Glyph & Cog, LLC

$ pdfimages -list sample.pdf 
page   num  type   width height color comp bpc  enc interp  object ID x-ppi
y-ppi size ratio
--------------------------------------------------------------------------------------------

$ egrep -C 3 '/Subtype /Image' sample.pdf 

12 0 obj
<<
  /Subtype /Image
  /ColorSpace /DeviceCMYK
  /Width 32
  /Height 32</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>