Am 09.02.2012 12:01, schrieb Thomas Freitag:
Sorry for sending one patch after another, I haven't the time to check
it completely before the weekend:
Next one :-(, this time pdftoppm (why does it try to work with
splashModeBGR8, this isn't implemented in PNG)
Thomas
Just encountered another small bug in GfxState.cc: nComps2 belongs to
lookup2.
Cheers,
Thomas
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler
diff --git a/utils/pdftoppm.cc b/utils/pdftoppm.cc
index a02da29..222c89b 100644
--- a/utils/pdftoppm.cc
+++ b/utils/pdftoppm.cc
@@ -369,7 +369,7 @@ int main(int argc, char *argv[]) {
#if SPLASH_CMYK
(jpegcmyk || overprint) ? splashModeCMYK8 :
#endif
- splashModeBGR8, 4,
+ splashModeRGB8, 4,
gFalse, paperColor);
splashOut->startDoc(doc);
if (sz != 0) w = h = sz;
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler