]> Cypherpunks repositories - gostls13.git/commit
image/tiff: support for bit depths other than 8.
authorBenny Siegert <bsiegert@gmail.com>
Mon, 6 Jun 2011 04:11:29 +0000 (14:11 +1000)
committerNigel Tao <nigeltao@golang.org>
Mon, 6 Jun 2011 04:11:29 +0000 (14:11 +1000)
commitd01b260e7822fe46e809e1ab84bf6ff6db0cae18
tree2c56dfe04f3696e3e23ae9735e9fbc77953971d0
parent79eded509c040d0ee0999352114417062d16934b
image/tiff: support for bit depths other than 8.

At the moment, 16-bit samples are reduced to 8 bits, this will
be changed in a separate CL.

R=nigeltao
CC=golang-dev
https://golang.org/cl/4552057
src/pkg/image/tiff/reader.go