]> Creatis software - gdcm.git/blobdiff - src/jpeg/libijg/jmorecfg.h
* Test/PrintAllDocument.cxx: looping on files is now effective. It used to
[gdcm.git] / src / jpeg / libijg / jmorecfg.h
index d10fb8f1d080c6b3414a0eaff1f942f28fe88301..dd0f188d014c73db8d906625326f08d52cf0c676 100644 (file)
@@ -10,7 +10,6 @@
  * optimizations.  Most users will not need to touch this file.
  */
 
-
 /*
  * Define BITS_IN_JSAMPLE as either
  *   8   for 8-bit sample values (the usual setting)
@@ -20,8 +19,7 @@
  * We do not support run-time selection of data precision, sorry.
  */
 
-#define BITS_IN_JSAMPLE  12    /* use 8 or 12 */
-
+#define BITS_IN_JSAMPLE  8     /* use 8 or 12 */
 
 /*
  * Maximum number of components (color channels) allowed in JPEG image.