From: kramm Date: Mon, 13 Oct 2008 13:57:15 +0000 (+0000) Subject: disabled all dithering X-Git-Tag: release-0-9-0~905 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=50f6a736a8c6f8b2c4fd8beba6a59b4ee222dafa;hp=fffa3792bb7fa347161847b51e4782eae16c5de8 disabled all dithering --- diff --git a/lib/pdf/xpdf-changes.patch b/lib/pdf/xpdf-changes.patch index f7ff2fd..06a372c 100644 --- a/lib/pdf/xpdf-changes.patch +++ b/lib/pdf/xpdf-changes.patch @@ -944,3 +944,14 @@ diff -u -r1.5 -r1.6 // Return the path for a glyph. virtual SplashPath *getGlyphPath(int c); +--- xpdf/SplashScreen.cc.orig 2008-10-06 17:59:44.000000000 +0200 ++++ xpdf/SplashScreen.cc 2008-10-06 18:20:09.000000000 +0200 +@@ -363,6 +363,8 @@ + int SplashScreen::test(int x, int y, Guchar value) { + int xx, yy; + ++ return 0; ++ + if (value < minVal) { + return 0; + }