go/src/image
Nigel Tao 9701910588 image/gif: speed up initializing test image
The benchmark throughput numbers don't change, but the set-up time (the
time taken before the b.ResetTimer() call) drops from 460ms to 4ms.

Change-Id: I5a6756643dff6127f6d902455d83459c084834fc
Reviewed-on: https://go-review.googlesource.com/c/go/+/237757
Reviewed-by: Rob Pike <r@golang.org>
Run-TryBot: Rob Pike <r@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2020-06-14 12:41:37 +00:00
..
color
draw image/draw: optimize paletted dst + uniform src 2020-04-27 23:05:16 +00:00
gif image/gif: speed up initializing test image 2020-06-14 12:41:37 +00:00
internal/imageutil
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
decode_example_test.go
decode_test.go
format.go
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