Go to file
Gopher Robot 55c4ab6bd6 go.mod: update golang.org/x dependencies
Update golang.org/x dependencies to their latest tagged versions.

Change-Id: I2e67daf6bd33b0a11d75d544f6f4a83112c7ab90
Reviewed-on: https://go-review.googlesource.com/c/image/+/583255
Auto-Submit: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-05-05 12:58:27 +00:00
bmp bmp: support to decode 8-bit format with up to 256 color palette 2023-07-17 14:18:24 +00:00
ccitt go.mod: update go directive to 1.18 2023-09-08 23:15:45 +00:00
cmd/webp-manual-test all: gofmt 2022-04-12 02:13:10 +00:00
colornames go.mod: update go directive to 1.18 2023-09-08 23:15:45 +00:00
draw draw: simplify some calls to fmt.Fprintf 2023-09-11 15:45:05 +00:00
example/font all: gofmt 2022-04-12 02:13:10 +00:00
font font/sfnt: support early version 0 OS/2 tables 2023-10-07 04:08:05 +00:00
math math/fixed: add some Point and Rectangle methods. 2017-01-06 00:18:22 +00:00
riff riff: fix some short chunk data bugs. 2016-07-07 05:37:58 +00:00
testdata bmp: support to decode 8-bit format with up to 256 color palette 2023-07-17 14:18:24 +00:00
tiff tiff: fix function name in comment 2024-04-16 17:49:06 +00:00
vector go.mod: update go directive to 1.18 2023-09-08 23:15:45 +00:00
vp8 all: fix typos 2018-10-30 00:21:51 +00:00
vp8l vp8l: don't ignore I/O errors when reading LZ77 parameters. 2015-05-11 04:53:56 +00:00
webp webp: disallow multiple VP8X chunks 2023-12-19 18:03:06 +00:00
.gitattributes image: copying .gitattributes to all subrepositories 2014-12-23 11:05:35 +00:00
.gitignore convert .hgignore to .gitignore. 2014-12-08 10:42:30 +11:00
CONTRIBUTING.md CONTRIBUTING.md: remove note about not accepting Pull Requests 2018-03-14 18:02:48 +00:00
LICENSE LICENSE: add 2012-03-17 15:20:31 +11:00
PATENTS go.image: add PATENTS file to the subrepo. 2012-04-16 11:25:02 +10:00
README.md README.md: add badge to pkg.go.dev 2020-12-08 15:29:32 +00:00
codereview.cfg image: add codereview.cfg 2015-03-18 17:04:05 +00:00
go.mod go.mod: update golang.org/x dependencies 2024-05-05 12:58:27 +00:00
go.sum go.mod: update golang.org/x dependencies 2024-05-05 12:58:27 +00:00

README.md

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.