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

Issue 1849041: code review 1849041: image: change image representation from slice-of-slices... (Closed)

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

Description

image: change image representation from slice-of-slices to linear buffer, stride and rect.

Patch Set 1 #

Patch Set 2 : code review 1849041: image: change image representation from slice-of-slices... #

Patch Set 3 : code review 1849041: image: change image representation from slice-of-slices... #

Patch Set 4 : code review 1849041: image: change image representation from slice-of-slices... #

Total comments: 7

Patch Set 5 : code review 1849041: image: change image representation from slice-of-slices... #

Patch Set 6 : code review 1849041: image: change image representation from slice-of-slices... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+301 lines, -236 lines) Patch
M src/pkg/exp/draw/draw.go View 1 2 3 4 9 chunks +46 lines, -32 lines 0 comments Download
M src/pkg/exp/draw/x11/conn.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/image/geom.go View 1 chunk +6 lines, -0 lines 0 comments Download
M src/pkg/image/image.go View 1 2 3 4 6 chunks +247 lines, -202 lines 0 comments Download
M src/pkg/image/jpeg/reader.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 10
nigeltao
Hello r (cc: golang-dev@googlegroups.com), I'd like you to review this change.
13 years, 10 months ago (2010-07-15 06:34:01 UTC) #1
nigeltao
CC Roger Peppe.
13 years, 10 months ago (2010-07-15 06:40:28 UTC) #2
rog
is there a reason why Rect and Point can't be defined outside exp/draw? then image ...
13 years, 10 months ago (2010-07-15 08:24:22 UTC) #3
nigeltao_gnome
On 15 July 2010 18:24, roger peppe <rogpeppe@gmail.com> wrote: > BTW, not to denigrate this ...
13 years, 10 months ago (2010-07-15 11:56:52 UTC) #4
rog
On 15 July 2010 12:56, Nigel Tao <nigel.tao.gnome@gmail.com> wrote: > I'm not sure what you ...
13 years, 10 months ago (2010-07-15 15:43:53 UTC) #5
r2
On Jul 15, 2010, at 8:43 AM, roger peppe wrote: > On 15 July 2010 ...
13 years, 10 months ago (2010-07-15 16:35:10 UTC) #6
r
http://codereview.appspot.com/1849041/diff/17001/10007 File src/pkg/image/image.go (right): http://codereview.appspot.com/1849041/diff/17001/10007#newcode20 src/pkg/image/image.go:20: // Buf[0] is the origin of the image's backing ...
13 years, 9 months ago (2010-08-10 02:00:03 UTC) #7
nigeltao_gnome
Sorry, that CL wasn't quite ready for review before. It is now. Please take a ...
13 years, 9 months ago (2010-08-10 05:16:54 UTC) #8
r
LGTM
13 years, 9 months ago (2010-08-10 06:13:46 UTC) #9
nigeltao
13 years, 9 months ago (2010-08-10 06:35:01 UTC) #10
*** Submitted as http://code.google.com/p/go/source/detail?r=31e80f0b0959 ***

image: change image representation from slice-of-slices to linear buffer,
stride and rect.

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

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