[Poppler-bugs] [Bug 90570] pdftoppm shows black line artifacts with aaVector enabled

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jul 14 22:07:56 PDT 2015


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

--- Comment #12 from William Bader <williambader at hotmail.com> ---
The problem happens only when you build with cmyk support because
splashColorCopy() in splash/SplashTypes.h always copies 8 bytes even if the
current color mode in convertGfxColor() in poppler/SplashOutputDev.cc has fewer
than 8 bytes per pixel.

Without cmyk support, it still always copies 3 bytes, so it might show the
problem on color modes with only 1 byte per pixel, for example "pdftoppm -gray
203170.pdf x".

-- 
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/20150715/093bfa12/attachment-0001.html>


More information about the Poppler-bugs mailing list