[Poppler-bugs] [Bug 103136] [Regression] Rendering of PDFs containing JBIG2 or CCITT graphics very slow on poppler 0.60.1

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Oct 13 21:25:32 UTC 2017


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

Adrian Johnson <ajohnson at redneon.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |carlosgc at gnome.org

--- Comment #5 from Adrian Johnson <ajohnson at redneon.com> ---
This is caused by the switch to using cairo downscaling instead of the builtin
downscaling.

Running some quick tests it seems the cairo downscaling time is roughly
proportional to the source image size while the custom downscaling is closer to
the target size. So for downscaling to small scales we are taking a large
performance hit.

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


More information about the Poppler-bugs mailing list