1
0
mirror of https://github.com/golang/go synced 2024-10-04 20:11:22 -06:00
go/src/pkg/image
Nigel Tao b39afde805 image/draw: add draw tests where the destination image doesn't start
at (0, 0).

Also refactor the test to use the SubImage method rather than monkeying
with an image's Pix and Rect fields.

R=r
CC=golang-dev
https://golang.org/cl/4678045
2011-07-08 09:54:21 +10:00
..
bmp image/bmp: implement a BMP decoder. 2011-05-11 11:12:45 -07:00
draw image/draw: add draw tests where the destination image doesn't start 2011-07-08 09:54:21 +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/jpeg: small memory layout optimization for encoding. 2011-05-18 14:39:37 -07:00
png image/png: fix encoding of images that don't start at (0, 0). 2011-05-30 10:55:37 +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: introduce Gray and Gray16 types, and remove the named colors 2010-08-03 10:57:53 +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: tighten Paletted.Opaque to check only those palette entries 2011-07-07 16:32:19 +10:00
image.go image: tighten Paletted.Opaque to check only those palette entries 2011-07-07 16:32:19 +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