92cae9f9bc
tiff/lzw: sync (yet again) to the upstream lzw in the stdlib.
...
This picks up a recent change:
https://go-review.googlesource.com/#/c/11661/
Change-Id: I0309f7b804e0d88ea623c8ae97b65cd0c2bad101
Reviewed-on: https://go-review.googlesource.com/11850
Reviewed-by: David Symonds <dsymonds@golang.org >
2015-07-02 03:36:51 +00:00
eb11b45157
tiff/lzw: sync (again) to the upstream lzw in the stdlib.
...
I somehow missed this in the previous change. Not sure how.
Change-Id: Ib9277944418a73cda6acc07fc308d846b4064b9e
Reviewed-on: https://go-review.googlesource.com/11321
Reviewed-by: Nigel Tao <nigeltao@golang.org >
2015-06-22 01:01:28 +00:00
ef56035c4b
tiff/lzw: sync to the upstream lzw in the stdlib.
...
Change-Id: If6086ada81498327c61e91b18d135aa255401e68
Reviewed-on: https://go-review.googlesource.com/11320
Reviewed-by: David Symonds <dsymonds@golang.org >
2015-06-22 00:56:16 +00:00
0351284b2d
image: add import comments.
...
Change-Id: I2d3a1d002ad43af24cd8b451a2cae4c217482675
Reviewed-on: https://go-review.googlesource.com/1237
Reviewed-by: Andrew Gerrand <adg@golang.org >
2014-12-09 22:43:18 +00:00
a1da419f1a
go.image/tiff: fix (TIFF-specific) LZW decompression.
...
The blue-purple-pink.lzwcompressed.tiff image was created by
"bmp2tiff -c lzw".
LGTM=djd
R=djd
CC=bsiegert, golang-codereviews
https://golang.org/cl/105750045
2014-06-02 14:51:51 +10:00
2bda575717
go.image/tiff/lzw: fork the standard library's compress/lzw package.
...
This CL has no code changes. Future CLs will modify the code to
implement TIFF's LZW instead of the standard LZW.
LGTM=bradfitz
R=djd, bradfitz
CC=golang-codereviews
https://golang.org/cl/105750044
2014-06-02 13:56:21 +10:00