[mirror] Go supplementary image libraries https://golang.org/x/image
Find a file
Jesús Espino e589e60f29 webp: allow VP8L + VP8X(with alpha)
Fixes golang/go#60437

Change-Id: I8d8ed597b7f92e136ab2af980b6b223235d8c90d
GitHub-Last-Rev: 5912bdb6fc
GitHub-Pull-Request: golang/image#16
Reviewed-on: https://go-review.googlesource.com/c/image/+/498535
Reviewed-by: Nigel Tao <nigeltao@golang.org>
Reviewed-by: Nigel Tao <nigeltao@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
2026-03-12 08:33:20 -07:00
bmp bmp: decode 1, 2 and 4 bits-per-pixel palettes 2025-07-21 19:04:57 -07: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 colornames: update link to SVG spec 2024-07-22 11:29:38 +00:00
draw draw: accept slightly different JPEG decodings 2025-09-29 07:30:02 -07:00
example/font all: gofmt 2022-04-12 02:13:10 +00:00
font all: eliminate vet diagnostics 2025-11-12 10:04:01 -08: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 webp: allow VP8L + VP8X(with alpha) 2026-03-12 08:33:20 -07:00
tiff all: fix some comments 2025-10-23 11:33:52 -07:00
vector all: fix some comments 2025-10-23 11:33:52 -07:00
vp8 all: fix some comments 2025-10-23 11:33:52 -07:00
vp8l vp8l: don't ignore I/O errors when reading LZ77 parameters. 2015-05-11 04:53:56 +00:00
webp webp: allow VP8L + VP8X(with alpha) 2026-03-12 08:33:20 -07: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
codereview.cfg image: add codereview.cfg 2015-03-18 17:04:05 +00:00
CONTRIBUTING.md CONTRIBUTING.md: remove note about not accepting Pull Requests 2018-03-14 18:02:48 +00:00
go.mod go.mod: update golang.org/x dependencies 2026-03-11 07:20:11 -07:00
go.sum go.mod: update golang.org/x dependencies 2026-03-11 07:20:11 -07:00
LICENSE LICENSE: update per Google Legal 2024-07-16 16:13:56 +00:00
PATENTS go.image: add PATENTS file to the subrepo. 2012-04-16 11:25:02 +10:00
README.md README: don't recommend go get 2024-11-01 23:24:20 +00:00

Go Images

Go Reference

This repository holds supplementary Go image packages.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.

The git repository is https://go.googlesource.com/image.

The main issue tracker for the image repository is located at https://go.dev/issues. Prefix your issue with "x/image:" in the subject line, so it is easy to find.