<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - pdftoppm taking hours to raster a single page PDF"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=67105#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - pdftoppm taking hours to raster a single page PDF"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=67105">bug 67105</a>
              from <span class="vcard"><a class="email" href="mailto:Thomas.Freitag@alfa.de" title="Thomas Freitag <Thomas.Freitag@alfa.de>"> <span class="fn">Thomas Freitag</span></a>
</span></b>
        <pre>Created <span class=""><a href="attachment.cgi?id=84241" name="attach_84241" title="don't copy not needed bitmap">attachment 84241</a> <a href="attachment.cgi?id=84241&action=edit" title="don't copy not needed bitmap">[details]</a></span> <a href='page.cgi?id=splinter.html&bug=67105&attachment=84241'>[review]</a>
don't copy not needed bitmap

The problem here was that we copied 37.059 times the complete hugh bitmap
(37.059 isolated transparency groups !!!) and then never used it because the
transparency groups were isolated :-)
BTW, there is enough room for performance increasements even for non isolated
transparency groups: 
1. The complete bitmap is copied but only the alpha channel is used and
2. even from the alpha channel only a part is needed!
(s. splash->setInNonIsolatedGroup())</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>