summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <ssp@redhat.com>2012-04-02 20:28:59 -0400
committerSøren Sandmann Pedersen <ssp@redhat.com>2013-07-29 06:21:51 -0400
commit09b656f2bd7ed3441a92d318c3e44a771103c830 (patch)
treebdf234d2cd020d703a7474407b448031439e3667
parent51ebfbde91e7cb4432a7b7a7daca83bb87967e5e (diff)
dither
-rw-r--r--docs/yuv-dither.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/yuv-dither.txt b/docs/yuv-dither.txt
index 1c29ebd2..a17d076c 100644
--- a/docs/yuv-dither.txt
+++ b/docs/yuv-dither.txt
@@ -2,7 +2,8 @@ New algorithm:
First generate white triangular sRGB noise. Then, convert to
s-CIELAB. Then swap pixels until the s-CIELAB error metric is a
-minimal distance from a black image.
+minimal distance from a black image. Ie., direct binary search for the
+blackest image.
Older algorithm: