commit | 6ea169446634cd8be66b34220a56860223c9058f | [log] [tgz] |
---|---|---|
author | Nigel Tao <nigeltao@golang.org> | Wed Aug 28 10:14:13 2019 |
committer | Nigel Tao <nigeltao@golang.org> | Thu Aug 29 09:36:49 2019 |
tree | 808c49cbc89edb1a1ca93e385d6d4e5f6ad3dd9e | |
parent | 23ea20f87cfcc4808507899745badbc7d0f66c7a [diff] |
ccitt: factor out a highBits function Change-Id: I27775c06a0bb95617e0a809e5902461aea0cafde Reviewed-on: https://go-review.googlesource.com/c/image/+/191939 Reviewed-by: Benny Siegert <bsiegert@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.