<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - SplashOutputDev:Incorrect image when use splashModeBGR8"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=64381#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - SplashOutputDev:Incorrect image when use splashModeBGR8"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=64381">bug 64381</a>
              from <span class="vcard"><a class="email" href="mailto:Thomas.Freitag@alfa.de" title="Thomas Freitag <Thomas.Freitag@alfa.de>"> <span class="fn">Thomas Freitag</span></a>
</span></b>
        <pre>Created <span class=""><a href="attachment.cgi?id=79334" name="attach_79334" title="solves the splashModeBGR8 bug">attachment 79334</a> <a href="attachment.cgi?id=79334&action=edit" title="solves the splashModeBGR8 bug">[details]</a></span> <a href='page.cgi?id=splinter.html&bug=64381&attachment=79334'>[review]</a>
solves the splashModeBGR8 bug

The patch consists of two parts:
1. The Splash.cc part solves the <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - submake invocation failure does not cause build failure"
   href="show_bug.cgi?id=2">bug
2</a>. The SplashBitmap.cc part makes it testable with pdftoppm (option -tiff,
together with a small change in pdtoppm.cc: 
  splashOut = new SplashOutputDev(mono ? splashModeMono1 :
                    gray ? splashModeMono8 :
#if SPLASH_CMYK
                    (jpegcmyk || overprint) ? splashModeDeviceN8 :
#endif
                             splashModeBGR8, 4,
                  gFalse, paperColor);

)</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>