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

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu May 23 07:03:34 PDT 2013


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

--- Comment #2 from Thomas Freitag <Thomas.Freitag at alfa.de> ---
Created attachment 79711
  --> https://bugs.freedesktop.org/attachment.cgi?id=79711&action=edit
avoid call of bilinear interpolation in case of tilingPatternFill

As I said: in my opinion the bilinear interpolation is not necessary in case of
tilingPatternFill. This patch avoids it and increases the speed of rendering
page 3 on my laptop a little bit:

before:
date; utils/pdftoppm -cropbox -png -r 72 -f 3 -l 3 sample2.pdf sample2; date
Do 23. Mai 13:56:51 CEST 2013
 Do 23. Mai 14:24:27 CEST 2013

after:
date; utils/pdftoppm -cropbox -png -r 72 -f 3 -l 3 sample2.pdf sample2; date
Do 23. Mai 15:15:28 CEST 2013
Do 23. Mai 15:24:17 CEST 2013

Still not well but the best I can do for the moment!

-- 
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/20130523/1408d9d8/attachment.html>


More information about the Poppler-bugs mailing list