go/src/image
cia-rana b47f31f68c image/png: delete unused statement
Change-Id: I91378d5d5ecc1fc6741127a3924c631904da736b
Reviewed-on: https://go-review.googlesource.com/c/164199
Run-TryBot: Rob Pike <r@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
2019-02-28 18:24:51 +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 bounds checks in loops 2018-09-25 18:57:36 +00:00
gif all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
internal/imageutil all: fix non-standard "DO NOT EDIT" comments for generated files 2018-03-10 17:50:11 +00:00
jpeg jpeg: simplify 'x = x op ...' to 'x op= ...' 2018-10-13 11:18:56 +00:00
png image/png: delete unused statement 2019-02-28 18:24:51 +00:00
testdata image/jpeg: reconstruct progressive images even if incomplete. 2016-03-31 00:33:24 +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/jpeg: reconstruct progressive images even if incomplete. 2016-03-31 00:33:24 +00:00
format.go image: make RegisterFormat safe for concurrent use 2018-09-26 23:14:57 +00:00
geom.go image: fix the overlap check in Rectangle.Intersect. 2017-02-10 05:05:59 +00:00
geom_test.go image: fix the overlap check in Rectangle.Intersect. 2017-02-10 05:05:59 +00:00
image.go image: optimize bounds checking for At and Set methods 2018-10-01 19:16:00 +00:00
image_test.go image: avoid sharing test images between tests and benchmarks 2018-09-25 16:07:59 +00:00
names.go
ycbcr.go
ycbcr_test.go