1
0
mirror of https://github.com/golang/go synced 2024-10-04 20:21:22 -06:00
go/src/pkg/image
Nigel Tao 415f15b667 image: rename image.Tiled to image.Repeated.
What package image currently provides is a larger image consisting
of many copies of a smaller image.

More generally, a tiled image could be a quilt consisting of different
smaller images (like Google Maps), or a technique to view a portion of
enormous images without requiring the whole thing in memory.

This richer construct might not ever belong in the standard library (and
is definitely out of scope for Go 1), but I would like the option for
image.Tiled to be its name.

R=r, rsc
CC=golang-dev
https://golang.org/cl/5530062
2012-01-11 12:35:05 +11:00
..
bmp all: sort imports 2011-11-02 15:54:16 -04:00
color image/ycbcr: move the Y'CbCr types into image and image/color. 2011-12-21 10:29:21 +11:00
draw image/ycbcr: move the Y'CbCr types into image and image/color. 2011-12-21 10:29:21 +11:00
gif src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
jpeg image/ycbcr: move the Y'CbCr types into image and image/color. 2011-12-21 10:29:21 +11:00
png panics: use the new facilities of testing.B instead 2011-12-20 10:36:25 -08:00
testdata image/jpeg: fix bounds calculation for grayscale JPEG images. 2011-05-17 15:47:14 -07:00
tiff panics: use the new facilities of testing.B instead 2011-12-20 10:36:25 -08:00
decode_test.go src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
format.go src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
geom.go image: rename Contains and ContainsRectangle to In. 2011-06-03 13:18:15 +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 image: spin off a new color package out of the image package. 2011-10-04 11:09:03 +11:00
Makefile image/ycbcr: move the Y'CbCr types into image and image/color. 2011-12-21 10:29:21 +11:00
names.go image: rename image.Tiled to image.Repeated. 2012-01-11 12:35:05 +11:00
ycbcr.go image/ycbcr: move the Y'CbCr types into image and image/color. 2011-12-21 10:29:21 +11:00