Go supplementary image libraries

Clone this repo:
  1. 0057a93 tiff: fix function name in comment by cuishuang · 9 days ago master
  2. 9e190ae webp: disallow multiple VP8X chunks by Roland Shoemaker · 4 months ago v0.15.0
  3. 445ab0e go.mod: update golang.org/x dependencies by Gopher Robot · 6 months ago v0.14.0
  4. 240a51a font/sfnt: support early version 0 OS/2 tables by Erik Agsjö · 9 months ago
  5. c20bbc3 draw: simplify some calls to fmt.Fprintf by Branden J Brown · 8 months ago v0.13.0

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.