1
0
mirror of https://github.com/golang/go synced 2024-11-18 16:04:44 -07:00
go/src/image
Matthew Dempsky 0da4dbe232 all: remove unnecessary type conversions
cmd and runtime were handled separately, and I'm intentionally skipped
syscall. This is the rest of the standard library.

CL generated mechanically with github.com/mdempsky/unconvert.

Change-Id: I9e0eff886974dedc37adb93f602064b83e469122
Reviewed-on: https://go-review.googlesource.com/22104
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-04-15 07:31:45 +00:00
..
color all: remove unnecessary type conversions 2016-04-15 07:31:45 +00:00
draw all: remove unnecessary type conversions 2016-04-15 07:31:45 +00:00
gif all: single space after period. 2016-03-02 00:13:47 +00:00
internal/imageutil image/color: optimize YCbCrToRGB 2016-04-12 23:04:26 +00:00
jpeg image/jpeg: reconstruct progressive images even if incomplete. 2016-03-31 00:33:24 +00:00
png image/png: ignore trailing IDAT chunks 2016-03-24 10:57:01 +00:00
testdata image/jpeg: reconstruct progressive images even if incomplete. 2016-03-31 00:33:24 +00:00
decode_example_test.go image/color: tweak the YCbCr to RGBA conversion formula. 2015-07-15 05:29:00 +00:00
decode_test.go image/jpeg: reconstruct progressive images even if incomplete. 2016-03-31 00:33:24 +00:00
format.go
geom_test.go
geom.go
image_test.go
image.go image: add NYCbCrA types. 2015-10-11 11:07:25 +00:00
names.go
ycbcr_test.go
ycbcr.go image: add NYCbCrA types. 2015-10-11 11:07:25 +00:00