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

Issue 4435051: code review 4435051: image/jpeg: add an encoder. (Closed)

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

Description

image/jpeg: add an encoder. It is based on changeset 4186064 by Raph Levien <raph@google.com>.

Patch Set 1 #

Patch Set 2 : diff -r 6994a5f47fb9 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 6994a5f47fb9 https://go.googlecode.com/hg/ #

Total comments: 21

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

Patch Set 5 : diff -r da956632c61b https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+811 lines, -8 lines) Patch
M src/pkg/Makefile View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/pkg/image/jpeg/Makefile View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
A src/pkg/image/jpeg/fdct.go View 1 1 chunk +190 lines, -0 lines 0 comments Download
M src/pkg/image/jpeg/idct.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/image/jpeg/reader.go View 1 2 4 chunks +8 lines, -6 lines 0 comments Download
A src/pkg/image/jpeg/writer.go View 1 2 3 4 1 chunk +523 lines, -0 lines 0 comments Download
A src/pkg/image/jpeg/writer_test.go View 1 1 chunk +87 lines, -0 lines 0 comments Download

Messages

Total messages: 6
nigeltao
Hello r (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 11 months ago (2011-04-18 09:30:00 UTC) #1
nigeltao_gnome
On 18 April 2011 19:30, <nigeltao@golang.org> wrote: > I'd like you to review this change ...
13 years, 11 months ago (2011-04-18 09:32:59 UTC) #2
r
http://codereview.appspot.com/4435051/diff/1002/src/pkg/image/jpeg/writer.go File src/pkg/image/jpeg/writer.go (right): http://codereview.appspot.com/4435051/diff/1002/src/pkg/image/jpeg/writer.go#newcode174 src/pkg/image/jpeg/writer.go:174: // Each value maps to an uint32 of which ...
13 years, 11 months ago (2011-04-18 19:30:42 UTC) #3
nigeltao
http://codereview.appspot.com/4435051/diff/1002/src/pkg/image/jpeg/writer.go File src/pkg/image/jpeg/writer.go (right): http://codereview.appspot.com/4435051/diff/1002/src/pkg/image/jpeg/writer.go#newcode174 src/pkg/image/jpeg/writer.go:174: // Each value maps to an uint32 of which ...
13 years, 11 months ago (2011-04-19 00:47:06 UTC) #4
r
LGTM
13 years, 11 months ago (2011-04-19 00:52:14 UTC) #5
nigeltao
13 years, 11 months ago (2011-04-19 01:00:55 UTC) #6
*** Submitted as http://code.google.com/p/go/source/detail?r=457779d45121 ***

image/jpeg: add an encoder.

It is based on changeset 4186064 by Raph Levien <raph@google.com>.

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

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