commit | 58c23975cae11f062d4b3b0c143fe248faac195d | [log] [tgz] |
---|---|---|
author | Nigel Tao <nigeltao@golang.org> | Sat Dec 14 02:27:13 2019 |
committer | Nigel Tao <nigeltao@golang.org> | Sun Jan 19 04:44:24 2020 |
tree | 9078269fb436afc24ce051ec1dd0676b4a354a2f | |
parent | 9130b4cfad522142c86367afe5e34ce811a85a4b [diff] |
ccitt: add the AutoDetectHeight decoding option Before this commit, the decodeEOL method would usually not advance the bitReader, if the expected EOL code was not found. But in some circumstances, it would still advance if it saw a valid decoding mode, since EOL-decoding and mode-decoding was combined into a single table, even though EOL was not listed in Table 1 of the "ITU-T Recommendation T.6" spec. After this commit, EOL's and modes are separate. Change-Id: If4b83baf8083abdf14462576c56aaeb7cc8ff0f9 Reviewed-on: https://go-review.googlesource.com/c/image/+/211238 Reviewed-by: Benny Siegert <bsiegert@gmail.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.