1
0
mirror of https://github.com/golang/go synced 2024-10-04 20:11:22 -06:00
go/src/pkg/image
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
..
bmp image: spin off a new color package out of the image package. 2011-10-04 11:09:03 +11:00
color image: spin off a new color package out of the image package. 2011-10-04 11:09:03 +11:00
draw image: spin off a new color package out of the image package. 2011-10-04 11:09:03 +11:00
gif image: spin off a new color package out of the image package. 2011-10-04 11:09:03 +11:00
jpeg image: spin off a new color package out of the image package. 2011-10-04 11:09:03 +11:00
png image: spin off a new color package out of the image package. 2011-10-04 11:09:03 +11:00
testdata image/jpeg: fix bounds calculation for grayscale JPEG images. 2011-05-17 15:47:14 -07:00
tiff image/tiff: Implement PackBits decoding. 2011-10-13 13:31:26 +11:00
ycbcr image: spin off a new color package out of the image package. 2011-10-04 11:09:03 +11:00
decode_test.go image: spin off a new color package out of the image package. 2011-10-04 11:09:03 +11:00
format.go image: allow "?" wildcards when registering image formats. 2011-04-14 09:56:42 +10:00
geom.go image: rename Contains and ContainsRectangle to In. 2011-06-03 13:18:15 +10:00
image_test.go image: spin off a new color package out of the image package. 2011-10-04 11:09:03 +11:00
image.go image: spin off a new color package out of the image package. 2011-10-04 11:09:03 +11:00
Makefile image: spin off a new color package out of the image package. 2011-10-04 11:09:03 +11:00
names.go image: spin off a new color package out of the image package. 2011-10-04 11:09:03 +11:00