[Poppler-bugs] [Bug 64381] SplashOutputDev:Incorrect image when use splashModeBGR8

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed May 15 01:57:33 PDT 2013


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

--- Comment #9 from Thomas Freitag <Thomas.Freitag at alfa.de> ---
Created attachment 79334
  --> https://bugs.freedesktop.org/attachment.cgi?id=79334&action=edit
solves the splashModeBGR8 bug

The patch consists of two parts:
1. The Splash.cc part solves the bug
2. 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);

)

-- 
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/20130515/95ed28f8/attachment.html>


More information about the Poppler-bugs mailing list