• Nigel Tao's avatar
    image: rename image.Tiled to image.Repeated. · 415f15b6
    Nigel Tao authored
    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
    415f15b6
Name
Last commit
Last update
..
bmp Loading commit data...
color Loading commit data...
draw Loading commit data...
gif Loading commit data...
jpeg Loading commit data...
png Loading commit data...
testdata Loading commit data...
tiff Loading commit data...
Makefile Loading commit data...
decode_test.go Loading commit data...
format.go Loading commit data...
geom.go Loading commit data...
image.go Loading commit data...
image_test.go Loading commit data...
names.go Loading commit data...
ycbcr.go Loading commit data...