1
0
mirror of https://github.com/golang/go synced 2024-10-05 06:11:21 -06:00
go/src/pkg/image
Russ Cox e4e4cdb39a image: avoid func comparison during ColorModel comparison
When I disallowed map + func comparisons, I only did it
in the static case and missed the comparisons via == on
interface values.  Fixing that turned these up.

R=nigeltao, r
CC=golang-dev
https://golang.org/cl/5440103
2011-12-06 10:47:42 -05:00
..
bmp all: sort imports 2011-11-02 15:54:16 -04:00
color image: avoid func comparison during ColorModel comparison 2011-12-06 10:47:42 -05:00
draw image: spin off a new color package out of the image package. 2011-10-04 11:09:03 +11:00
gif src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
jpeg renaming_2: gofix -r go1pkgrename src/pkg/[a-l]* 2011-11-08 15:40:58 -08:00
png use new strconv API 2011-12-05 15:48:46 -05:00
testdata image/jpeg: fix bounds calculation for grayscale JPEG images. 2011-05-17 15:47:14 -07:00
tiff various: reduce overuse of os.EINVAL + others 2011-11-13 22:42:42 -05:00
ycbcr image: spin off a new color package out of the image package. 2011-10-04 11:09:03 +11:00
decode_test.go src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
format.go src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
geom.go image: rename Contains and ContainsRectangle to In. 2011-06-03 13:18:15 +10:00
image_test.go image: spin off a new color package out of the image package. 2011-10-04 11:09:03 +11:00
image.go image: spin off a new color package out of the image package. 2011-10-04 11:09:03 +11:00
Makefile image: spin off a new color package out of the image package. 2011-10-04 11:09:03 +11:00
names.go image: avoid func comparison during ColorModel comparison 2011-12-06 10:47:42 -05:00