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
On 18 April 2011 19:30, <nigeltao@golang.org> wrote:
> I'd like you to review this change to
> https://go.googlecode.com/hg/
>
> Description:
> image/jpeg: add an encoder.
>
> It is based on changeset 4186064 by Raph Levien <raph@google.com>.
This changeset is simpler than Raph's original changeset, in that it
only does 4:2:0 and not 4:4:4 chroma subsampling, and does not encode
grayscale images differently from color images.
Those features can be added in a future changeset, but I've tried to
keep this initial encoder check-in as simple as possible.
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
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
Issue 4435051: code review 4435051: image/jpeg: add an encoder.
(Closed)
Created 13 years, 11 months ago by nigeltao
Modified 13 years, 11 months ago
Reviewers:
Base URL:
Comments: 21