We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7413e4 commit f70d770Copy full SHA for f70d770
changelog renamed to changelog.md
@@ -1,4 +1,12 @@
1
-v0.1 2013 Sep 20
+## v0.2 2013 Nov 14
2
+
3
+* Ditherer added. Sierra 24A, a simpler kernel than Floyd-Steinberg.
4
+Provided through the new draw.Drawer interface which is new to Go 1.2.
5
+* New draw.Quantizer interface supported, which is also new to Go 1.2.
6
+* Tests added. These work on whatever .png files are found in the source
7
+directory. The tests do nothing if no suitable .png files are present.
8
9
+## v0.1 2013 Sep 20
10
11
This started as a little toy program to implement color quantization. But then
12
I looked to see what else was published in Go along these lines and didn't find
0 commit comments