]> Cypherpunks repositories - gostls13.git/commit
image/ycbcr: move the Y'CbCr types into image and image/color.
authorNigel Tao <nigeltao@golang.org>
Tue, 20 Dec 2011 23:29:21 +0000 (10:29 +1100)
committerNigel Tao <nigeltao@golang.org>
Tue, 20 Dec 2011 23:29:21 +0000 (10:29 +1100)
commitd13ce8115d650e598f5fd35975f8188f493c2f96
treed30bb719c79e454c656a371f3a80257326a683eb
parentfe28d1aacf108cb7b7a4ec573a019e193d07c696
image/ycbcr: move the Y'CbCr types into image and image/color.

R=r, rsc
CC=golang-dev
https://golang.org/cl/5493084
16 files changed:
src/cmd/gofix/Makefile
src/cmd/gofix/imageycbcr.go [new file with mode: 0644]
src/cmd/gofix/imageycbcr_test.go [new file with mode: 0644]
src/pkg/Makefile
src/pkg/image/Makefile
src/pkg/image/color/Makefile
src/pkg/image/color/ycbcr.go [new file with mode: 0644]
src/pkg/image/color/ycbcr_test.go [moved from src/pkg/image/ycbcr/ycbcr_test.go with 98% similarity]
src/pkg/image/draw/bench_test.go
src/pkg/image/draw/draw.go
src/pkg/image/draw/draw_test.go
src/pkg/image/jpeg/reader.go
src/pkg/image/jpeg/writer.go
src/pkg/image/ycbcr.go [new file with mode: 0644]
src/pkg/image/ycbcr/Makefile [deleted file]
src/pkg/image/ycbcr/ycbcr.go [deleted file]