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

Issue 2151042: code review 2151042: image: introduce Config type and DecodeConfig function,... (Closed)

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

Description

image: introduce Config type and DecodeConfig function, to decode an image's color model and dimensions without allocating and decoding its actual pixels. Fixes issue 695.

Patch Set 1 #

Patch Set 2 : code review 2151042: image: introduce Config type and DecodeConfig function,... #

Total comments: 6

Patch Set 3 : code review 2151042: image: introduce Config type and DecodeConfig function,... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+155 lines, -64 lines) Patch
M src/pkg/image/format.go View 1 2 4 chunks +35 lines, -14 lines 0 comments Download
M src/pkg/image/image.go View 1 chunk +6 lines, -0 lines 0 comments Download
M src/pkg/image/jpeg/reader.go View 1 2 5 chunks +23 lines, -6 lines 0 comments Download
M src/pkg/image/png/reader.go View 1 2 15 chunks +91 lines, -44 lines 0 comments Download

Messages

Total messages: 3
nigeltao
Hello r (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 11 months ago (2010-09-03 06:15:56 UTC) #1
r
LGTM http://codereview.appspot.com/2151042/diff/2001/3001 File src/pkg/image/format.go (right): http://codereview.appspot.com/2151042/diff/2001/3001#newcode84 src/pkg/image/format.go:84: func DecodeConfig(r io.Reader) (c Config, formatName string, err ...
14 years, 11 months ago (2010-09-03 06:34:39 UTC) #2
nigeltao
14 years, 11 months ago (2010-09-03 08:03:13 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=8267941c1cbc ***

image: introduce Config type and DecodeConfig function, to decode an
image's color model and dimensions without allocating and decoding its
actual pixels.

Fixes issue 695.

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

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