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

Issue 13736044: code review 13736044: go.image/tiff: support 16bit RGB (Closed)

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

Description

go.image/tiff: support 16bit RGB

Patch Set 1 #

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

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

Total comments: 8

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

Patch Set 5 : diff -r 05ecbc2aa386 https://code.google.com/p/go.image #

Unified diffs Side-by-side diffs Delta from patch set Stats (+179 lines, -38 lines) Patch
M tiff/reader.go View 1 2 3 5 chunks +123 lines, -38 lines 0 comments Download
M tiff/reader_test.go View 1 1 chunk +5 lines, -0 lines 0 comments Download
M tiff/writer.go View 1 2 3 3 chunks +48 lines, -0 lines 0 comments Download
M tiff/writer_test.go View 1 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 10
chai2010
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go.image
10 years, 8 months ago (2013-09-17 02:51:25 UTC) #1
bsiegert
Thanks for doing this. Before I do the review, could you please add video-001-16bit.tiff to ...
10 years, 8 months ago (2013-09-17 18:46:32 UTC) #2
bsiegert
https://codereview.appspot.com/13736044/diff/2002/tiff/reader.go File tiff/reader.go (right): https://codereview.appspot.com/13736044/diff/2002/tiff/reader.go#newcode204 tiff/reader.go:204: spp := len(d.features[tBitsPerSample]) // samples per pixel Add: bpp ...
10 years, 8 months ago (2013-09-17 20:00:15 UTC) #3
chai2010
On 2013/09/17 18:46:32, bsiegert wrote: > Thanks for doing this. Before I do the review, ...
10 years, 8 months ago (2013-09-18 01:23:37 UTC) #4
chai2010
PTAL https://codereview.appspot.com/13736044/diff/2002/tiff/reader.go File tiff/reader.go (right): https://codereview.appspot.com/13736044/diff/2002/tiff/reader.go#newcode204 tiff/reader.go:204: spp := len(d.features[tBitsPerSample]) // samples per pixel On ...
10 years, 8 months ago (2013-09-18 01:23:53 UTC) #5
nigeltao
Please run "hg upload 13736044". I am seeing "error: old chunk mismatch" in e.g. https://codereview.appspot.com/13736044/diff/9001/tiff/writer.go
10 years, 8 months ago (2013-09-18 03:44:38 UTC) #6
chai2010
On 2013/09/18 03:44:38, nigeltao wrote: > Please run "hg upload 13736044". I am seeing "error: ...
10 years, 8 months ago (2013-09-18 04:23:22 UTC) #7
nigeltao
LGTM.
10 years, 8 months ago (2013-09-18 07:15:19 UTC) #8
nigeltao
*** Submitted as https://code.google.com/p/go/source/detail?r=a6a97af39394&repo=image *** go.image/tiff: support 16bit RGB R=nigeltao, bsiegert CC=golang-dev https://codereview.appspot.com/13736044 Committer: Nigel ...
10 years, 8 months ago (2013-09-18 07:16:18 UTC) #9
bsiegert
10 years, 8 months ago (2013-09-18 09:27:59 UTC) #10
LGTM
Sign in to reply to this message.

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