Skip to content
[mirror] Go supplementary image libraries
Go Assembly
Branch: master
Clone or download

Latest commit

olt and nigeltao font/sfnt: implement Font.GlyphBounds
Updates golang/go#30699

Font.GlyphBounds returns the glyph's bounding box and advance as
expected by the GlyphBounds method of the font.Face interface.

Change-Id: Iaee8b6d88afc48f21d00bf84219b99f993b3ab9a
Reviewed-on: https://go-review.googlesource.com/c/image/+/166477
Reviewed-by: Nigel Tao <nigeltao@golang.org>
Latest commit 3f4726a Mar 9, 2019

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
bmp tiff, bmp: return io.UnexpectedEOF on empty data Dec 6, 2019
ccitt ccitt: add the AutoDetectHeight decoding option Jan 19, 2020
cmd/webp-manual-test webp: fix tests for webp/nycbcra deprecation. Apr 2, 2016
colornames colornames: update SVG 1.1 spec URL Nov 8, 2018
draw draw: re-enable the image.Rectangle DstMask fast path Nov 9, 2018
example/font example/font: use an "example" build tag instead of "ignore". Apr 12, 2016
font font/sfnt: implement Font.GlyphBounds Jun 9, 2020
math math/fixed: add some Point and Rectangle methods. Jan 6, 2017
riff riff: fix some short chunk data bugs. Jul 7, 2016
testdata tiff: Add support for CCITT group 3/4 compression Jun 22, 2019
tiff tiff, bmp: return io.UnexpectedEOF on empty data Dec 6, 2019
vector image/vector: simplify haveAccumulateSIMD fields Aug 2, 2019
vp8 all: fix typos Oct 30, 2018
vp8l vp8l: don't ignore I/O errors when reading LZ77 parameters. May 11, 2015
webp webp: remove Go 1.8 support Nov 8, 2018
.gitattributes image: copying .gitattributes to all subrepositories Dec 23, 2014
.gitignore convert .hgignore to .gitignore. Dec 7, 2014
AUTHORS go.empty: prototype for new subrepository Jan 25, 2012
CONTRIBUTING.md CONTRIBUTING.md: remove note about not accepting Pull Requests Mar 14, 2018
CONTRIBUTORS go.empty: prototype for new subrepository Jan 25, 2012
LICENSE LICENSE: add Mar 17, 2012
PATENTS go.image: add PATENTS file to the subrepo. Apr 16, 2012
README.md README: fix go get instructions Jun 1, 2018
codereview.cfg image: add codereview.cfg Mar 18, 2015
go.mod go.mod: add go language version Jun 16, 2019
go.sum all: add a go.mod file Feb 20, 2019

README.md

Go Images

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.

You can’t perform that action at this time.