[jbig2-cvs] rev 348 - trunk

giles at ghostscript.com giles at ghostscript.com
Fri Dec 3 09:03:02 PST 2004


Author: giles
Date: 2004-12-03 09:03:02 -0800 (Fri, 03 Dec 2004)
New Revision: 348

Modified:
   trunk/jbig2_refinement.c
Log:
#ifdef protect a debug image dump.


Modified: trunk/jbig2_refinement.c
===================================================================
--- trunk/jbig2_refinement.c	2004-12-03 06:55:35 UTC (rev 347)
+++ trunk/jbig2_refinement.c	2004-12-03 17:03:02 UTC (rev 348)
@@ -89,7 +89,7 @@
       jbig2_image_set_pixel(image, x, y, bit);
     }
   }
-
+#ifdef JBIG2_DEBUG
   {
     static count = 0;
     char name[32];
@@ -99,6 +99,7 @@
     jbig2_image_write_pbm_file(image, name);
     count++;
   }
+#endif
 
   return 0;
 }



More information about the jbig2-cvs mailing list