mirror of https://go.googlesource.com/image
A mirror of https://go.googlesource.com/image.
More information at https://blog.golang.org/go-fonts
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
1 month ago | |
---|---|---|
bmp | 2 years ago | |
ccitt | 1 month ago | |
cmd/webp-manual-test | 1 month ago | |
colornames | 1 year ago | |
draw | 1 month ago | |
example/font | 1 month ago | |
font | 1 month ago | |
math | 5 years ago | |
riff | 6 years ago | |
testdata | 3 years ago | |
tiff | 1 month ago | |
vector | 1 month ago | |
vp8 | 4 years ago | |
vp8l | 7 years ago | |
webp | 2 years ago | |
.gitattributes | 8 years ago | |
.gitignore | 8 years ago | |
AUTHORS | 10 years ago | |
CONTRIBUTING.md | 4 years ago | |
CONTRIBUTORS | 10 years ago | |
LICENSE | 10 years ago | |
PATENTS | 10 years ago | |
README.md | 1 year ago | |
codereview.cfg | 7 years ago | |
go.mod | 12 months ago | |
go.sum | 12 months ago |
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.