[Poppler-bugs] [Bug 66928] 100% CPU usage

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Aug 18 05:05:56 PDT 2013


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

--- Comment #23 from Thomas Freitag <Thomas.Freitag at alfa.de> ---
Created attachment 84195
  --> https://bugs.freedesktop.org/attachment.cgi?id=84195&action=edit
use getRGBLine, getCMYKLine and getDeviceNLine in case of images if they ara
available

I finished my qork quicker than expected, so I had some time to look into it
already, and here is the patch.
Yes, Albert, You were true (as always): the usage of getRGBLine speed up the
rendering in case of images. I think that at least lcms2 does than some caching
internally. But to complete it also in the CMYK and DeviceN area, we need for
them the correcponding functions, too. So this patch does not only use
getRGBLine in SplashOutputDev, but it also implements the other needed
functions.

And even if I still think we need the cache i.e. for the getRGB() function,
I've removed it from this patch, because we don't need it to solve this bug
now. On the other hand I don't mark it as obsolete, it's up to You, Albert, to
think once again about it.

-- 
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/20130818/1764b3fd/attachment.html>


More information about the Poppler-bugs mailing list