commit | 9f08c5c3830d42de9bf18b80b79516c61e1ea360 | [log] [tgz] |
---|---|---|
author | Nigel Tao <nigeltao@golang.org> | Fri Jun 13 17:44:29 2014 +1000 |
committer | Nigel Tao <nigeltao@golang.org> | Fri Jun 13 17:44:29 2014 +1000 |
tree | cc6c7b1d2ed113ff435dae8a74df4c1830a21528 | |
parent | eb788045d85f48980b8513a71661fcf3100c98c8 [diff] |
compress/lzw: add commentary that TIFF's LZW differs from the standard algorithm. See https://golang.org/cl/105750045/ for an implementation of TIFF's LZW. LGTM=r R=r CC=golang-codereviews https://golang.org/cl/102940043