aminal/vendor/golang.org/x/image
Liam Galvin 5e45e820ea switch to glfw beta 3.3 to avoid X11 joystick issue 2018-10-21 11:46:40 +01:00
..
bmp relocated font package and tidied up font rendering 2018-09-01 19:55:25 +01:00
cmd/webp-manual-test relocated font package and tidied up font rendering 2018-09-01 19:55:25 +01:00
colornames relocated font package and tidied up font rendering 2018-09-01 19:55:25 +01:00
draw relocated font package and tidied up font rendering 2018-09-01 19:55:25 +01:00
example/font relocated font package and tidied up font rendering 2018-09-01 19:55:25 +01:00
font switch to glfw beta 3.3 to avoid X11 joystick issue 2018-10-21 11:46:40 +01:00
math relocated font package and tidied up font rendering 2018-09-01 19:55:25 +01:00
riff relocated font package and tidied up font rendering 2018-09-01 19:55:25 +01:00
testdata relocated font package and tidied up font rendering 2018-09-01 19:55:25 +01:00
tiff relocated font package and tidied up font rendering 2018-09-01 19:55:25 +01:00
vector relocated font package and tidied up font rendering 2018-09-01 19:55:25 +01:00
vp8 relocated font package and tidied up font rendering 2018-09-01 19:55:25 +01:00
vp8l relocated font package and tidied up font rendering 2018-09-01 19:55:25 +01:00
webp relocated font package and tidied up font rendering 2018-09-01 19:55:25 +01:00
.gitattributes relocated font package and tidied up font rendering 2018-09-01 19:55:25 +01:00
.gitignore relocated font package and tidied up font rendering 2018-09-01 19:55:25 +01:00
AUTHORS initial gui base 2018-06-28 12:26:48 +01:00
CONTRIBUTING.md relocated font package and tidied up font rendering 2018-09-01 19:55:25 +01:00
CONTRIBUTORS initial gui base 2018-06-28 12:26:48 +01:00
LICENSE initial gui base 2018-06-28 12:26:48 +01:00
PATENTS initial gui base 2018-06-28 12:26:48 +01:00
README.md relocated font package and tidied up font rendering 2018-09-01 19:55:25 +01:00
codereview.cfg relocated font package and tidied up font rendering 2018-09-01 19:55:25 +01: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.