]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 23 Feb 2012 21:24:29 +0000 (21:24 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 23 Feb 2012 21:24:29 +0000 (21:24 +0000)
coders/jpeg.c

index 721fc87f24a5c680b0e5c3c4ccc2a99f23897d37..5c884999189d39b33ba8df852a5a81b94e507605 100644 (file)
@@ -2164,25 +2164,25 @@ static MagickBooleanType WriteJPEGImage(const ImageInfo *image_info,
         static const unsigned int
           ChrominanceQTable[DCTSIZE2] =
           {
-            6,     18,    24,    47,    99,    199,   399,   799,
-            18,    24,    47,    99,    199,   399,   799,   1599,
-            24,    47,    99,    199,   399,   799,   1599,  3199,
-            47,    99,    199,   399,   799,   1599,  3199,  6399,
-            99,    199,   399,   799,   1599,  3199,  6399,  12799,
-            199,   399,   799,   1599,  3199,  6399,  12799, 25599,
-            399,   799,   1599,  3199,  6399,  12799, 25599, 51199,
-            799,   1599,  3199,  6399,  12799, 25599, 51199, 102399
+             12,    15,    18,    26,    39,    69,    139,   279,
+             15,    18,    26,    39,    69,    139,   279,   559,
+             18,    26,    39,    69,    139,   279,   559,   1119,
+             26,    39,    69,    139,   279,   559,   1119,  2239,
+             39,    69,    139,   279,   559,   1119,  2239,  4479,
+             69,    139,   279,   559,   1119,  2239,  4479,  8959,
+             139,   279,   559,   1119,  2239,  4479,  8959,  17919,
+             279,   559,   1119,  2239,  4479,  8959,  17919, 35839
           },
           LuminanceQTable[DCTSIZE2] =
           {
-            6,    11,   12,   15,   20,   27,   36,   47,
-            11,   12,   15,   20,   27,   36,   47,   93,
-            12,   15,   20,   27,   36,   47,   93,   185,
-            15,   20,   27,   36,   47,   93,   185,  369,
-            20,   27,   36,   47,   93,   185,  369,  737,
-            27,   36,   47,   93,   185,  369,  737,  1473,
-            36,   47,   93,   185,  369,  737,  1473, 2945,
-            47,   93,   185,  369,  737,  1473, 2945, 5889
+             11,  11,  12,  15,   20,  27,   36,   47,
+             11,  12,  15,  20,   27,  36,   47,   93,
+             12,  15,  20,  27,   36,  47,   93,   185,
+             15,  20,  27,  36,   47,  93,   185,  369,
+             20,  27,  36,  47,   93,  185,  369,  737,
+             27,  36,  47,  93,   185, 369,  737,  1473,
+             36,  47,  93,  185,  369, 737,  1473, 2945,
+             47,  93,  185, 369,  737, 1473, 2945, 5889
           };
 
         /*