From 3f0d839400a4e01e31c91e96b35d84f474cf2f28 Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Thu, 29 May 2003 03:08:37 +0000 Subject: [PATCH] Noted that I had changed the QUICK constant to false. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2625 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/java/com/threerings/media/image/Quantize.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/java/com/threerings/media/image/Quantize.java b/src/java/com/threerings/media/image/Quantize.java index 013eddb18..c91134e9a 100644 --- a/src/java/com/threerings/media/image/Quantize.java +++ b/src/java/com/threerings/media/image/Quantize.java @@ -1,5 +1,5 @@ // -// $Id: Quantize.java,v 1.1 2003/05/29 03:02:38 ray Exp $ +// $Id: Quantize.java,v 1.2 2003/05/29 03:08:37 ray Exp $ package com.threerings.media.image; /* @@ -21,6 +21,7 @@ package com.threerings.media.image; * The following modifications were added to the original code: * - Made it work with image data with transparent pixels. * - Clarified documentation of the main method. + * - Changed the 'QUICK' constant to false for better quantization. * *

*