chiark / gitweb /
Adjust black/white percentages for cgi receiver normalisation to actually show land...
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 3 Jul 2009 17:17:13 +0000 (18:17 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 3 Jul 2009 17:17:13 +0000 (18:17 +0100)
pctb/dictionary-update-receiver

index cd1638e22a476e905d2ebecd7975169181fb1358..13131f3330272f96f7ea74e5fe34b621dd673f55 100755 (executable)
@@ -54,7 +54,7 @@ sub parseentryin__pixmap ($) {
 
     my $whole= pipeval($ppm,
                       'ppmtopgm',
-                      'pnmnorm -bpercent 40 -wpercent 20',
+                      'pnmnorm -bpercent 10 -wpercent 5',
                       'pgmtopbm -threshold',
                       'pnminvert',
                       'pbmtoascii');