1
0
mirror of https://github.com/golang/go synced 2024-10-04 20:21:22 -06:00
go/src/pkg/image
Nigel Tao a5d0b7ee3e image/png: don't use a goroutine to decode. This was preventing
decoding during an init function.

Fixes #2224.

R=rsc
CC=golang-dev
https://golang.org/cl/4964070
2011-09-10 09:51:13 +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 gif: fix local color map and coordinates 2011-07-19 11:47:15 +10:00
jpeg image: change Pix from []FooColor to []uint8. 2011-07-12 16:39:38 +10:00
png image/png: don't use a goroutine to decode. This was preventing 2011-09-10 09:51:13 +10:00
testdata image/jpeg: fix bounds calculation for grayscale JPEG images. 2011-05-17 15:47:14 -07:00
tiff image/tiff: decoder optimization. 2011-08-26 11:36:52 +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: add PalettedImage interface, and make image/png recognize it. 2011-08-31 08:27:00 +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