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

Issue 11920043: code review 11920043: go.image/tiff: Support reading 16-bit gray images. (Closed)

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

Description

go.image/tiff: Support reading 16-bit gray images. Fixes issue 5866.

Patch Set 1 #

Patch Set 2 : diff -r d16be1f828b0 https://code.google.com/p/go.image #

Patch Set 3 : diff -r d16be1f828b0 https://code.google.com/p/go.image #

Total comments: 4

Patch Set 4 : diff -r d16be1f828b0 https://code.google.com/p/go.image #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -19 lines) Patch
M tiff/reader.go View 1 2 3 6 chunks +46 lines, -19 lines 0 comments Download

Messages

Total messages: 6
bsiegert
Hello nigeltao@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.image
10 years, 9 months ago (2013-07-26 14:43:50 UTC) #1
nigeltao
https://codereview.appspot.com/11920043/diff/5001/tiff/reader.go File tiff/reader.go (right): https://codereview.appspot.com/11920043/diff/5001/tiff/reader.go#newcode203 tiff/reader.go:203: switch d.bpp { if d.bpp == 16 { etc ...
10 years, 9 months ago (2013-07-28 10:09:41 UTC) #2
bsiegert
Hello nigeltao@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
10 years, 9 months ago (2013-07-29 13:41:13 UTC) #3
bsiegert
https://codereview.appspot.com/11920043/diff/5001/tiff/reader.go File tiff/reader.go (right): https://codereview.appspot.com/11920043/diff/5001/tiff/reader.go#newcode203 tiff/reader.go:203: switch d.bpp { On 2013/07/28 10:09:42, nigeltao wrote: > ...
10 years, 9 months ago (2013-07-29 13:41:54 UTC) #4
nigeltao
LGTM.
10 years, 9 months ago (2013-07-30 05:01:50 UTC) #5
nigeltao
10 years, 9 months ago (2013-07-30 05:02:43 UTC) #6
*** Submitted as
https://code.google.com/p/go/source/detail?r=ed7988a0510c&repo=image ***

go.image/tiff: Support reading 16-bit gray images.

Fixes issue 5866.

R=nigeltao
CC=golang-dev
https://codereview.appspot.com/11920043

Committer: Nigel Tao <nigeltao@golang.org>
Sign in to reply to this message.

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