thumbnail/vendor/golang.org/x/image
2018-06-09 17:36:30 +12:00
..
bmp vendor golang.org/x/image library 2018-06-09 17:36:30 +12:00
cmd/webp-manual-test vendor golang.org/x/image library 2018-06-09 17:36:30 +12:00
colornames vendor golang.org/x/image library 2018-06-09 17:36:30 +12:00
draw vendor golang.org/x/image library 2018-06-09 17:36:30 +12:00
example/font vendor golang.org/x/image library 2018-06-09 17:36:30 +12:00
font vendor golang.org/x/image library 2018-06-09 17:36:30 +12:00
math vendor golang.org/x/image library 2018-06-09 17:36:30 +12:00
riff vendor golang.org/x/image library 2018-06-09 17:36:30 +12:00
testdata vendor golang.org/x/image library 2018-06-09 17:36:30 +12:00
tiff vendor golang.org/x/image library 2018-06-09 17:36:30 +12:00
vector vendor golang.org/x/image library 2018-06-09 17:36:30 +12:00
vp8 vendor golang.org/x/image library 2018-06-09 17:36:30 +12:00
vp8l vendor golang.org/x/image library 2018-06-09 17:36:30 +12:00
webp vendor golang.org/x/image library 2018-06-09 17:36:30 +12:00
.gitattributes vendor golang.org/x/image library 2018-06-09 17:36:30 +12:00
.gitignore vendor golang.org/x/image library 2018-06-09 17:36:30 +12:00
AUTHORS vendor golang.org/x/image library 2018-06-09 17:36:30 +12:00
codereview.cfg vendor golang.org/x/image library 2018-06-09 17:36:30 +12:00
CONTRIBUTING.md vendor golang.org/x/image library 2018-06-09 17:36:30 +12:00
CONTRIBUTORS vendor golang.org/x/image library 2018-06-09 17:36:30 +12:00
LICENSE vendor golang.org/x/image library 2018-06-09 17:36:30 +12:00
PATENTS vendor golang.org/x/image library 2018-06-09 17:36:30 +12:00
README.md vendor golang.org/x/image library 2018-06-09 17:36:30 +12:00

Go Images

This repository holds supplementary Go image libraries.

Download/Install

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.

Report Issues / Send Patches

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.