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

Issue 1955041: code review 1955041: 16 bits grayscale in png

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

Description

16 bits grayscale in png

Patch Set 1 #

Patch Set 2 : code review 1955041: 16 bits grayscale in png #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -20 lines) Patch
M src/pkg/image/png/reader.go View 4 chunks +30 lines, -8 lines 1 comment Download
M src/pkg/image/png/reader_test.go View 3 chunks +16 lines, -6 lines 0 comments Download
M src/pkg/image/png/writer.go View 4 chunks +26 lines, -6 lines 0 comments Download

Messages

Total messages: 2
mpl
Hello nigeltao_golang (cc: golang-dev@googlegroups.com), I'd like you to review this change.
13 years, 8 months ago (2010-08-10 10:28:23 UTC) #1
mpl
13 years, 8 months ago (2010-08-10 10:38:13 UTC) #2
http://codereview.appspot.com/1955041/diff/2001/3001
File src/pkg/image/png/reader.go (right):

http://codereview.appspot.com/1955041/diff/2001/3001#newcode126
src/pkg/image/png/reader.go:126: }
For this one I think it would be more generic to have the outer switch over the
bitdepth. I kept it inside instead to save us from one switch call in the non
grayscale cases, since we don't support other bitdepths for those for now.
Sign in to reply to this message.

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