]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 22 Feb 2012 17:03:33 +0000 (17:03 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 22 Feb 2012 17:03:33 +0000 (17:03 +0000)
coders/jpeg.c

index 0311e74857e308469740ebbb6e8f4597069f9bc6..bc8e6ab6ff2d5e90340aed6fc75f93e2d49db2d7 100644 (file)
@@ -2164,25 +2164,25 @@ static MagickBooleanType WriteJPEGImage(const ImageInfo *image_info,
         static const unsigned int
           ChrominanceQTable[DCTSIZE2] =
           {
-            17,   18,   25,   43,   92,    245,   813,   3358,
-            18,   20,   28,   48,   102,   273,   907,   3745,
-            25,   28,   38,   66,   142,   379,   1258,  5195,
-            43,   48,   66,   114,  245,   654,   2170,  8965,
-            92,   102,  142,  245,  525,   1403,  4658,  12725,
-            245,  273,  379,  654,  1403,  3745,  12436, 12725,
-            813,  907,  1258, 2170, 4658,  12436, 12725, 12725,
-            3358, 3745, 5195, 8965, 12725, 12725, 12725, 12725
+            17,  18,  24,  37,  56,  78,  106, 139,
+            18,  24,  37,  56,  78,  106, 139, 177,
+            24,  37,  56,  78,  106, 139, 177, 219,
+            37,  56,  78,  106, 139, 177, 219, 268,
+            56,  78,  106, 139, 177, 219, 268, 321,
+            78,  106, 139, 177, 219, 268, 321, 379,
+            106, 139, 177, 219, 268, 321, 379, 442,
+            139, 177, 219, 268, 321, 379, 442, 510
           },
           LuminanceQTable[DCTSIZE2] =
           {
-            16, 11, 13, 16, 20, 29, 44, 73,
-            11, 12, 13, 16, 21, 30, 46, 76,
-            13, 13, 15, 18, 24, 34, 52, 85,
-            16, 16, 18, 22, 29, 41, 63, 103,
-            20, 21, 24, 29, 38, 54, 82, 135,
-            29, 30, 34, 41, 54, 76, 116, 192,
-            44, 46, 52, 63, 82, 116, 177, 293,
-            73, 76, 85, 103, 135, 192, 293, 484
+            10,  11,  12,  15,  20,  27,  36,  47,
+            11,  12,  15,  20,  27,  36,  47,  60,
+            12,  15,  20,  27,  36,  47,  60,  75,
+            15,  20,  27,  36,  47,  60,  75,  92,
+            20,  27,  36,  47,  60,  75,  92,  111,
+            27,  36,  47,  60,  75,  92,  111, 132,
+            36,  47,  60,  75,  92,  111, 132, 155,
+            47,  60,  75,  92,  111, 132, 155, 180
           };
 
         /*