[Poppler-bugs] [Bug 22473] Need to handle the Matte entry

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Feb 18 21:42:57 UTC 2016


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

--- Comment #6 from Albert Astals Cid <aacid at kde.org> ---
I think that in 

for (int cp = 0; cp < nComps; cp++) {
        q[cp] = (*p) ? imgData->matteColor[cp] + (q[cp] -
imgData->matteColor[cp]) * 255 / *p : q[cp];
      }

nComps should be destComps instead of nComps, otherwise on splashModeXBGR8 i
get all kind of weird vertical artifacts.

-- 
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/20160218/9a2530a3/attachment.html>


More information about the Poppler-bugs mailing list