[Poppler-bugs] [Bug 67105] pdftoppm taking hours to raster a single page PDF

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Aug 19 03:17:01 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=67105

--- Comment #3 from Thomas Freitag <Thomas.Freitag at alfa.de> ---
Created attachment 84241
  --> https://bugs.freedesktop.org/attachment.cgi?id=84241&action=edit
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())

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/poppler-bugs/attachments/20130819/1e5d80d5/attachment.html>


More information about the Poppler-bugs mailing list