commit | 9130b4cfad522142c86367afe5e34ce811a85a4b | [log] [tgz] |
---|---|---|
author | Nigel Tao <nigeltao@golang.org> | Thu Dec 12 16:04:38 2019 |
committer | Nigel Tao <nigeltao@golang.org> | Sat Dec 14 00:12:46 2019 |
tree | da714c475fdd1a2da4c976429c14dc701032ed52 | |
parent | da761ea9ff43b0defcf66e8784f2aa4faa517dde [diff] |
ccitt: accept missing multiple-EOL trailer The new bw-gopher-truncatedX.ccitt_groupY files were derived from the existing bw-gopher.ccitt_groupY files, after dropping the final 6 consecutive EOL's or 2 consecutive EOL's (depending on whether Y is 3 or 4) and then padding to a byte boundary with either all 0 bits or all 1 bits (depending on X). Each EOL code is 12 bits long: 0000_0000_0001. Fixes golang/go#34809 Change-Id: Ibb2d964b5205b28f5e2adb5d30647b92aec53c77 Reviewed-on: https://go-review.googlesource.com/c/image/+/211037 Reviewed-by: Benny Siegert <bsiegert@gmail.com> Reviewed-by: Horst Rutter <hhrutter@gmail.com> Run-TryBot: Benny Siegert <bsiegert@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org>
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.