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

index bc8e6ab6ff2d5e90340aed6fc75f93e2d49db2d7..721fc87f24a5c680b0e5c3c4ccc2a99f23897d37 100644 (file)
@@ -2164,25 +2164,25 @@ static MagickBooleanType WriteJPEGImage(const ImageInfo *image_info,
         static const unsigned int
           ChrominanceQTable[DCTSIZE2] =
           {
-            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
+            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
           },
           LuminanceQTable[DCTSIZE2] =
           {
-            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
+            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
           };
 
         /*