<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - pdftoppm shows black line artifacts with aaVector enabled"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=90570#c12">Comment # 12</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - pdftoppm shows black line artifacts with aaVector enabled"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=90570">bug 90570</a>
              from <span class="vcard"><a class="email" href="mailto:williambader@hotmail.com" title="William Bader <williambader@hotmail.com>"> <span class="fn">William Bader</span></a>
</span></b>
        <pre>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".</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>