.. | |||
bmp | 3 years ago | ||
ccitt | 3 years ago | ||
cmd/ webp-manual-test | 3 years ago | ||
colornames | 3 years ago | ||
draw | 3 years ago | ||
example/ font | 3 years ago | ||
font | 3 years ago | ||
math | 3 years ago | ||
riff | 3 years ago | ||
tiff | 3 years ago | ||
vector | 3 years ago | ||
vp8 | 3 years ago | ||
vp8l | 3 years ago | ||
webp | 3 years ago | ||
.gitattributes | 3 years ago | ||
.gitignore | 3 years ago | ||
AUTHORS | 3 years ago | ||
CONTRIBUTING.md | 3 years ago | ||
CONTRIBUTORS | 3 years ago | ||
LICENSE | 3 years ago | ||
PATENTS | 3 years ago | ||
README.md | 3 years ago | ||
codereview.cfg | 3 years ago | ||
go.mod | 3 years ago | ||
go.sum | 3 years ago |
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.