1
0
mirror of https://github.com/golang/go synced 2024-10-04 16:31:22 -06:00
go/src/pkg/image
Nigel Tao aeb8b45866 image/color/palette: move Plan9Palette and WebSafePalette out of the
image/color package into their own package. They require some non-
trivial init-time code (interface conversions, currently 40KiB of text)
that would otherwise burden any Go program that imported image/color.

R=r
CC=golang-dev
https://golang.org/cl/13256046
2013-08-30 16:03:16 +10:00
..
color image/color/palette: move Plan9Palette and WebSafePalette out of the 2013-08-30 16:03:16 +10:00
draw image/draw: fix typos found by "go vet". 2013-08-02 13:29:45 +10:00
gif image/color/palette: move Plan9Palette and WebSafePalette out of the 2013-08-30 16:03:16 +10:00
jpeg all: be more idiomatic when documenting boolean return values. 2013-07-23 11:59:49 +10:00
png image/png: fix error message to not return width twice 2013-05-06 09:59:33 -07:00
testdata image/gif: add writer implementation 2013-07-15 10:57:01 +10:00
decode_example_test.go image: Inline example image data to make it runnable on playground. 2013-08-16 11:43:43 +10:00
decode_test.go image/jpeg: decode progressive JPEGs. 2012-10-15 11:21:20 +11:00
format.go all: be more idiomatic when documenting boolean return values. 2013-07-23 11:59:49 +10:00
geom.go all: be more idiomatic when documenting boolean return values. 2013-07-23 11:59:49 +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 all: be more idiomatic when documenting boolean return values. 2013-07-23 11:59:49 +10:00
names.go all: be more idiomatic when documenting boolean return values. 2013-07-23 11:59:49 +10:00
ycbcr_test.go image/jpeg: support for reading 4:4:0 subsampling. 2012-06-27 14:37:17 -07:00
ycbcr.go image/jpeg: support for reading 4:4:0 subsampling. 2012-06-27 14:37:17 -07:00