]> Cypherpunks repositories - gostls13.git/commit
image/gif: GIF decoder
authorRob Pike <r@golang.org>
Sun, 8 May 2011 05:57:42 +0000 (22:57 -0700)
committerRob Pike <r@golang.org>
Sun, 8 May 2011 05:57:42 +0000 (22:57 -0700)
commit92834d351e405e295394dcfb39cb12ac5a9286f4
treea35abdcab505ccfa325267f74cb14624bc658afa
parentf467803dcd84e38df5ad2ee90613b1a088090071
image/gif: GIF decoder

It's incomplete but sufficient to decode 8-bit GIFs without interlacing
or transparency.   More to come.

I'll put in more tests as the feature set grows.

R=nigeltao, r2
CC=golang-dev
https://golang.org/cl/4522041
src/pkg/Makefile
src/pkg/image/decode_test.go
src/pkg/image/gif/Makefile [new file with mode: 0644]
src/pkg/image/gif/reader.go [new file with mode: 0644]