1
0
mirror of https://github.com/golang/go synced 2024-10-04 20:21:22 -06:00
go/src/pkg/image
Nigel Tao 851ded9660 image: remove superfluous if condition.
DrawMask already returns early if r.Empty().

R=r
CC=golang-dev
https://golang.org/cl/4703041
2011-07-12 17:02:55 +10:00
..
bmp image: change Pix from []FooColor to []uint8. 2011-07-12 16:39:38 +10:00
draw image: remove superfluous if condition. 2011-07-12 17:02:55 +10:00
gif os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
jpeg image: change Pix from []FooColor to []uint8. 2011-07-12 16:39:38 +10:00
png image: change Pix from []FooColor to []uint8. 2011-07-12 16:39:38 +10:00
testdata image/jpeg: fix bounds calculation for grayscale JPEG images. 2011-05-17 15:47:14 -07:00
tiff image/tiff: support for bit depths other than 8. 2011-06-06 14:11:29 +10:00
ycbcr image: rename Contains and ContainsRectangle to In. 2011-06-03 13:18:15 +10:00
color.go image: change Pix from []FooColor to []uint8. 2011-07-12 16:39:38 +10:00
decode_test.go image/jpeg: fix bounds calculation for grayscale JPEG images. 2011-05-17 15:47:14 -07:00
format.go image: allow "?" wildcards when registering image formats. 2011-04-14 09:56:42 +10:00
geom.go image: rename Contains and ContainsRectangle to In. 2011-06-03 13:18:15 +10:00
image_test.go image: change Pix[0] to mean top-left corner of an image's Rect instead 2011-07-10 14:29:47 +10:00
image.go image: change Pix from []FooColor to []uint8. 2011-07-12 16:39:38 +10:00
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
names.go image: add an offset to Tiled. 2010-10-13 12:05:21 +11:00