commit | d97b8a817bbc0c4a40ca9f567e5e0d7c227f1fd6 | [log] [tgz] |
---|---|---|
author | Benny Siegert <bsiegert@gmail.com> | Wed May 04 20:52:55 2011 -0700 |
committer | Nigel Tao <nigeltao@golang.org> | Wed May 04 20:52:55 2011 -0700 |
tree | 539baba3375bdc4692003f99dc51875d19dd2101 | |
parent | 737e96c7f35af64167072b1ff4b4ee63d009bc1c [diff] |
image/tiff: implement a decoder. The current iteration can decode 8-bit images in grayscale, paletted, RGB, RGBA and NRGBA mode. LZW compression is implemented but does not work on my test images. Deflate (i.e. zlib) compression with or without a horizontal predictor is supported. R=nigeltao, nigeltao_gnome CC=golang-dev, mpl https://golang.org/cl/4240051