identicond/vendor/golang.org/x/image
Cadey Ratio 221c2ebe49 initial commit, everything works 2017-12-29 17:10:53 -05:00
..
bmp initial commit, everything works 2017-12-29 17:10:53 -05:00
cmd/webp-manual-test initial commit, everything works 2017-12-29 17:10:53 -05:00
colornames initial commit, everything works 2017-12-29 17:10:53 -05:00
draw initial commit, everything works 2017-12-29 17:10:53 -05:00
example/font initial commit, everything works 2017-12-29 17:10:53 -05:00
font initial commit, everything works 2017-12-29 17:10:53 -05:00
math initial commit, everything works 2017-12-29 17:10:53 -05:00
riff initial commit, everything works 2017-12-29 17:10:53 -05:00
testdata initial commit, everything works 2017-12-29 17:10:53 -05:00
tiff initial commit, everything works 2017-12-29 17:10:53 -05:00
vector initial commit, everything works 2017-12-29 17:10:53 -05:00
vp8 initial commit, everything works 2017-12-29 17:10:53 -05:00
vp8l initial commit, everything works 2017-12-29 17:10:53 -05:00
webp initial commit, everything works 2017-12-29 17:10:53 -05:00
.gitattributes initial commit, everything works 2017-12-29 17:10:53 -05:00
.gitignore initial commit, everything works 2017-12-29 17:10:53 -05:00
AUTHORS initial commit, everything works 2017-12-29 17:10:53 -05:00
CONTRIBUTING.md initial commit, everything works 2017-12-29 17:10:53 -05:00
CONTRIBUTORS initial commit, everything works 2017-12-29 17:10:53 -05:00
LICENSE initial commit, everything works 2017-12-29 17:10:53 -05:00
PATENTS initial commit, everything works 2017-12-29 17:10:53 -05:00
README.md initial commit, everything works 2017-12-29 17:10:53 -05:00
codereview.cfg initial commit, everything works 2017-12-29 17:10:53 -05:00

README.md

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.