Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1074)

Issue 5493084: code review 5493084: image/ycbcr: move the Y'CbCr types into image and image... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 3 months ago by nigeltao
Modified:
13 years, 3 months ago
Reviewers:
CC:
r, rsc, golang-dev
Visibility:
Public.

Description

image/ycbcr: move the Y'CbCr types into image and image/color.

Patch Set 1 #

Patch Set 2 : diff -r 96ec7655472a https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 96ec7655472a https://go.googlecode.com/hg/ #

Total comments: 2

Patch Set 4 : diff -r e30e522e4dc5 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+188 lines, -266 lines) Patch
M src/cmd/gofix/Makefile View 1 1 chunk +1 line, -0 lines 0 comments Download
A src/cmd/gofix/imageycbcr.go View 1 1 chunk +64 lines, -0 lines 0 comments Download
A src/cmd/gofix/imageycbcr_test.go View 1 1 chunk +54 lines, -0 lines 0 comments Download
M src/pkg/Makefile View 1 2 chunks +0 lines, -2 lines 0 comments Download
M src/pkg/image/Makefile View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/pkg/image/color/Makefile View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/pkg/image/color/ycbcr.go View 1 2 3 3 chunks +21 lines, -106 lines 0 comments Download
M src/pkg/image/color/ycbcr_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/image/draw/bench_test.go View 1 4 chunks +4 lines, -5 lines 0 comments Download
M src/pkg/image/draw/draw.go View 1 8 chunks +9 lines, -10 lines 0 comments Download
M src/pkg/image/draw/draw_test.go View 1 2 chunks +2 lines, -3 lines 0 comments Download
M src/pkg/image/jpeg/reader.go View 1 4 chunks +7 lines, -8 lines 0 comments Download
M src/pkg/image/jpeg/writer.go View 1 3 chunks +3 lines, -3 lines 0 comments Download
M src/pkg/image/ycbcr.go View 1 3 chunks +20 lines, -117 lines 0 comments Download
R src/pkg/image/ycbcr/Makefile View 1 1 chunk +0 lines, -11 lines 0 comments Download

Messages

Total messages: 5
nigeltao
Hello r@golang.org, rsc@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 3 months ago (2011-12-20 08:56:00 UTC) #1
nigeltao
This patch also deletes these two files: src/pkg/image/ycbcr/ycbcr.go src/pkg/image/ycbcr/ycbcr_test.go I guess that codereview got confused ...
13 years, 3 months ago (2011-12-20 09:07:51 UTC) #2
r
LGTM rsc should check the gofix http://codereview.appspot.com/5493084/diff/4001/src/pkg/image/color/ycbcr.go File src/pkg/image/color/ycbcr.go (right): http://codereview.appspot.com/5493084/diff/4001/src/pkg/image/color/ycbcr.go#newcode72 src/pkg/image/color/ycbcr.go:72: // of one ...
13 years, 3 months ago (2011-12-20 16:53:25 UTC) #3
rsc
gofix looks good
13 years, 3 months ago (2011-12-20 17:07:45 UTC) #4
nigeltao
13 years, 3 months ago (2011-12-20 23:29:25 UTC) #5
*** Submitted as http://code.google.com/p/go/source/detail?r=74e1aeb2f0a3 ***

image/ycbcr: move the Y'CbCr types into image and image/color.

R=r, rsc
CC=golang-dev
http://codereview.appspot.com/5493084
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b