[Poppler-bugs] [Bug 64892] very slow render

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri May 24 07:37:04 PDT 2013


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

--- Comment #5 from Thomas Freitag <Thomas.Freitag at alfa.de> ---
As I already figured out, the problem is the usage of scaleImage, which costs a
lot of time. But now I also remembered, why I didn't use the tilingPatternFill
implementation of Xpdf: Xpdf doesn't support rotated or flipped patterns very
well, that's why we use drawImage.
Bringing that together, I thought about a way of avoiding the call of drawImage
if possible, and I think, I found a solution. It seems to work, and it
decreases dramatically the rendering speed, but it's NOT regtested.

@Albert: if You find the time to regtest it and it's okay for You, take the new
patch I'll upload in a few minutes, otherwise take the already uploaded patch,
please.

-- 
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/20130524/fe507b16/attachment.html>


More information about the Poppler-bugs mailing list