go/src/image
Nigel Tao 6c76edeb1b image/gif: have BenchmarkEncodeRealisticRGBA convert to RGBA
Change-Id: I98f5d987b92a29dcff06ae23b92f293cc7d6c02f
Reviewed-on: https://go-review.googlesource.com/c/go/+/252597
Reviewed-by: David Symonds <dsymonds@golang.org>
2020-09-03 05:33:35 +00:00
..
color all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
draw image/draw: optimize paletted dst + uniform src 2020-04-27 23:05:16 +00:00
gif image/gif: have BenchmarkEncodeRealisticRGBA convert to RGBA 2020-09-03 05:33:35 +00:00
internal/imageutil all: fix non-standard "DO NOT EDIT" comments for generated files 2018-03-10 17:50:11 +00:00
jpeg image/jpeg: accept "\xff\x00" before a RST marker 2020-04-29 11:48:24 +00:00
png image/png: remove too early declaration of "n" 2020-05-08 22:01:08 +00:00
testdata image/gif: fix transparency loss when encoding a wrapped *image.Paletted 2019-05-22 20:41:27 +00:00
decode_example_test.go image: add an example that shows how to get the metadata of an image 2018-05-29 03:16:17 +00:00
decode_test.go image: add missing error check in test 2019-05-23 15:51:48 +00:00
format.go image: make RegisterFormat safe for concurrent use 2018-09-26 23:14:57 +00:00
geom.go image: guard against NewXxx integer overflow 2020-04-29 11:57:50 +00:00
geom_test.go
image.go image: guard against NewXxx integer overflow 2020-04-29 11:57:50 +00:00
image_test.go image: guard against NewXxx integer overflow 2020-04-29 11:57:50 +00:00
names.go image: add a NewUniform doc comment 2020-04-29 11:47:27 +00:00
ycbcr.go image: guard against NewXxx integer overflow 2020-04-29 11:57:50 +00:00
ycbcr_test.go