<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Need to handle the Matte entry"
href="https://bugs.freedesktop.org/show_bug.cgi?id=22473#c6">Comment # 6</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Need to handle the Matte entry"
href="https://bugs.freedesktop.org/show_bug.cgi?id=22473">bug 22473</a>
from <span class="vcard"><a class="email" href="mailto:aacid@kde.org" title="Albert Astals Cid <aacid@kde.org>"> <span class="fn">Albert Astals Cid</span></a>
</span></b>
<pre>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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>