Skip to content

Commit f70d770

Browse files
committed
v0.2
1 parent b7413e4 commit f70d770

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

changelog renamed to changelog.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
v0.1 2013 Sep 20
1+
## 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
210

311
This started as a little toy program to implement color quantization. But then
412
I looked to see what else was published in Go along these lines and didn't find

0 commit comments

Comments
 (0)