go/src/image
avsharapov e489a236b4 jpeg: simplify 'x = x op ...' to 'x op= ...'
Change-Id: Id431969e42f0d9bd28bbf163d10378a6de2416f2
Reviewed-on: https://go-review.googlesource.com/c/141999
Run-TryBot: Iskander Sharipov <iskander.sharipov@intel.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Iskander Sharipov <iskander.sharipov@intel.com>
2018-10-13 11:18:56 +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: pack image data for small bitdepth paletted images 2018-09-25 07:24:39 +00:00
testdata
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
format.go image: make RegisterFormat safe for concurrent use 2018-09-26 23:14:57 +00:00
geom.go
geom_test.go
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