Go supplementary image libraries

Clone this repo:
  1. 9e190ae webp: disallow multiple VP8X chunks by Roland Shoemaker · 3 months ago master v0.15.0
  2. 445ab0e go.mod: update golang.org/x dependencies by Gopher Robot · 4 months ago v0.14.0
  3. 240a51a font/sfnt: support early version 0 OS/2 tables by Erik Agsjö · 8 months ago
  4. c20bbc3 draw: simplify some calls to fmt.Fprintf by Branden J Brown · 6 months ago v0.13.0
  5. 491771c draw: merge draw_go117.go into draw.go by Dmitri Shuralyov · 6 months ago

Go Images

Go Reference

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.