[mirror] Go supplementary image libraries
Перейти к файлу
Nigel Tao 9b8a3be425 font/plan9font: limit the font image's dimensions
Fixes golang/go#57258

Change-Id: I0249e422470219594188d050ebd6dc42f1646dff
Reviewed-on: https://go-review.googlesource.com/c/image/+/458095
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Nigel Tao (INACTIVE; USE @golang.org INSTEAD) <nigeltao@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Run-TryBot: Nigel Tao <nigeltao@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2022-12-19 10:52:04 +00:00
bmp
ccitt
cmd/webp-manual-test
colornames
draw
example/font
font font/plan9font: limit the font image's dimensions 2022-12-19 10:52:04 +00:00
math
riff
testdata
tiff
vector
vp8
vp8l
webp
.gitattributes
.gitignore
CONTRIBUTING.md
LICENSE
PATENTS
README.md
codereview.cfg
go.mod go.mod: update golang.org/x dependencies 2022-12-05 20:52:20 +00:00
go.sum go.mod: update golang.org/x dependencies 2022-12-05 20:52:20 +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.