• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bmp/H28-Oct-2021-

ccitt/H28-Oct-2021-

cmd/webp-manual-test/H28-Oct-2021-

colornames/H28-Oct-2021-

draw/H28-Oct-2021-

example/font/H28-Oct-2021-

font/H28-Oct-2021-

math/H28-Oct-2021-

riff/H28-Oct-2021-

testdata/H03-May-2022-

tiff/H28-Oct-2021-

vector/H28-Oct-2021-

vp8/H28-Oct-2021-

vp8l/H28-Oct-2021-

webp/H28-Oct-2021-

.gitattributesH A D28-Oct-2021345

.gitignoreH A D28-Oct-202184

AUTHORSH A D28-Oct-2021173

CONTRIBUTING.mdH A D28-Oct-2021913

CONTRIBUTORSH A D28-Oct-2021170

LICENSEH A D28-Oct-20211.4 KiB

PATENTSH A D28-Oct-20211.3 KiB

README.mdH A D28-Oct-2021708

codereview.cfgH A D28-Oct-202121

go.modH A D28-Oct-202169

go.sumH A D28-Oct-2021262

README.md

1# Go Images
2
3[![Go Reference](https://pkg.go.dev/badge/golang.org/x/image.svg)](https://pkg.go.dev/golang.org/x/image)
4
5This repository holds supplementary Go image libraries.
6
7## Download/Install
8
9The easiest way to install is to run `go get -u golang.org/x/image/...`. You can
10also manually git clone the repository to `$GOPATH/src/golang.org/x/image`.
11
12## Report Issues / Send Patches
13
14This repository uses Gerrit for code changes. To learn how to submit changes to
15this repository, see https://golang.org/doc/contribute.html.
16
17The main issue tracker for the image repository is located at
18https://github.com/golang/go/issues. Prefix your issue with "x/image:" in the
19subject line, so it is easy to find.
20