[gs-commits] rev 10962 - trunk/gs/toolbin
robin at ghostscript.com
robin at ghostscript.com
Wed Mar 24 12:05:48 UTC 2010
Author: robin
Date: 2010-03-24 12:05:47 +0000 (Wed, 24 Mar 2010)
New Revision: 10962
Modified:
trunk/gs/toolbin/bmpcmp.c
Log:
Tweak to bmpcmp: Darken the third image (the diff image) to make changes
stand out better.
Modified: trunk/gs/toolbin/bmpcmp.c
===================================================================
--- trunk/gs/toolbin/bmpcmp.c 2010-03-24 03:26:31 UTC (rev 10961)
+++ trunk/gs/toolbin/bmpcmp.c 2010-03-24 12:05:47 UTC (rev 10962)
@@ -1558,7 +1558,6 @@
a = i & 0xFF;
a += (i>> 8) & 0xFF;
a += (i>>16) & 0xFF;
- a += 0xFF*3*2;
a /= 6*2;
*isrc++ = a | (a<<8) | (a<<16);
More information about the gs-commits
mailing list