1
0
mirror of https://github.com/golang/go synced 2024-10-04 22:21:22 -06:00
go/src/pkg/image/tiff
Benny Siegert beed0a7844 image/tiff: Implement PackBits decoding.
The decompression routine is in its own file because
G3 encoding (which is more complicated) will be put
there.

R=nigeltao
CC=golang-dev
https://golang.org/cl/5177047
2011-10-13 13:31:26 +11:00
..
testdata image/tiff: Implement PackBits decoding. 2011-10-13 13:31:26 +11:00
buffer_test.go
buffer.go
compress.go image/tiff: Implement PackBits decoding. 2011-10-13 13:31:26 +11:00
consts.go
Makefile image/tiff: Implement PackBits decoding. 2011-10-13 13:31:26 +11:00
reader_test.go image/tiff: Implement PackBits decoding. 2011-10-13 13:31:26 +11:00
reader.go image/tiff: Implement PackBits decoding. 2011-10-13 13:31:26 +11:00