1
0
mirror of https://github.com/golang/go synced 2024-10-04 12:31:21 -06:00
go/src/pkg/image
2011-06-10 14:07:29 +10:00
..
bmp image/bmp: implement a BMP decoder. 2011-05-11 11:12:45 -07:00
draw image/draw: move exp/draw to image/draw and exp/gui. 2011-06-05 14:27:38 +10:00
gif image/gif: fix buglet in graphics extension. 2011-06-07 12:19:36 +00: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: add Paletted.Set, and a basic test of the concrete image types. 2011-06-10 14:07:29 +10:00
image.go image: add Paletted.Set, and a basic test of the concrete image types. 2011-06-10 14:07:29 +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