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

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri May 29 11:07:47 PDT 2015


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

--- Comment #9 from William Bader <williambader at hotmail.com> ---
Thanks for looking at the patch.

I experimented with the fill a few days ago, and I now think that changing the
calculation of the limits would not help because the inner loop for X becomes
more complicated if it has to deal with going in either direction.

Is it worth removing the asserts from the inner loop or is there a configure
option to disable them?
  assert(fabs(colorinterp - (scanColorMap[0] * X + scanColorMap[1])) < 1e-10);
  assert(bitmapOff == Y * rowSize + colorComps * X && scanLineOff == Y *
rowSize);

William

-- 
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/20150529/3a71e0e6/attachment.html>


More information about the Poppler-bugs mailing list