From a5e634664774f4b0063198381c8dea74735d2002 Mon Sep 17 00:00:00 2001 From: Harald Kuhr Date: Thu, 31 Oct 2013 12:32:35 +0100 Subject: [PATCH] Documentation clean-up. --- .../twelvemonkeys/image/DiffusionDither.java | 21 +++++++------------ 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/common/common-image/src/main/java/com/twelvemonkeys/image/DiffusionDither.java b/common/common-image/src/main/java/com/twelvemonkeys/image/DiffusionDither.java index 48664fcc..d530d077 100755 --- a/common/common-image/src/main/java/com/twelvemonkeys/image/DiffusionDither.java +++ b/common/common-image/src/main/java/com/twelvemonkeys/image/DiffusionDither.java @@ -17,7 +17,7 @@ import java.util.Random; * This {@code BufferedImageOp/RasterOp} implements basic * Floyd-Steinberg error-diffusion algorithm for dithering. *

- * The weights used are 7/16 3/16 5/16 1/16, distributed like this: + * The weights used are 7/16, 3/16, 5/16 and 1/16, distributed like this: *