]> Cypherpunks repositories - gostls13.git/commit
image: change image representation from slice-of-slices to linear buffer,
authorNigel Tao <nigeltao@golang.org>
Tue, 10 Aug 2010 06:34:57 +0000 (16:34 +1000)
committerNigel Tao <nigeltao@golang.org>
Tue, 10 Aug 2010 06:34:57 +0000 (16:34 +1000)
commitb50a3d95e16ef642c40218dd298ee56ab26f76b0
treeff63f1b1f02fb5c6af2e12a2d2acfd609970e172
parent56b989f1b9d5290ab38bcdd96be80600ea97b61b
image: change image representation from slice-of-slices to linear buffer,
stride and rect.

R=r
CC=golang-dev, rog
https://golang.org/cl/1849041
src/pkg/exp/draw/draw.go
src/pkg/exp/draw/x11/conn.go
src/pkg/image/geom.go
src/pkg/image/image.go
src/pkg/image/jpeg/reader.go