commit | 3a9bac650e4435c51552e953d32311000a8ff926 | [log] [tgz] |
---|---|---|
author | Nigel Tao <nigeltao@golang.org> | Thu Aug 22 07:13:48 2019 |
committer | Nigel Tao <nigeltao@golang.org> | Fri Aug 23 06:40:33 2019 |
tree | b4a3f47abf8e8dc5adb4f1087bd4876032c8be20 | |
parent | cff245a6509b8c4de022d0d5b9037c503c5989d6 [diff] |
tiff/lzw: don't follow code == hi if last is invalid This does for x/image what https://go-review.googlesource.com/c/go/+/45111/ did for the standard library's compress/lzw. The x variant is a fork of the stdlib, with an extra, explicit tweak because the TIFF format is "off by one" - a mistake (not Go specific) somebody introduced decades ago and that we can never fix, given all the existing TIFF files out there in the wild. When previously patching the stdlib variant, I was supposed to also patch the x variant, but forgot. Updates golang/go#11386 Change-Id: Ic74f9014d2d048ee12cdd151332db62b76f1cde2 Reviewed-on: https://go-review.googlesource.com/c/image/+/191221 Reviewed-by: Bryan C. Mills <bcmills@google.com>
This repository holds supplementary Go image libraries.
The easiest way to install is to run go get -u golang.org/x/image/...
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/image
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the image repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/image:” in the subject line, so it is easy to find.