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

Issue 5694051: code review 5694051: go.image/tiff: initial support for writing TIFF images (Closed)

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

Description

go.image/tiff: initial support for writing TIFF images The basic functionality works. Features to add in future CLs: - compression - fast paths for image formats that can be directly expressed in TIFF, such as RGBA, NRGBA and maybe Gray and Paletted.

Patch Set 1 #

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

Total comments: 20

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

Total comments: 4

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

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+243 lines, -0 lines) Patch
M tiff/consts.go View 1 1 chunk +7 lines, -0 lines 0 comments Download
A tiff/writer.go View 1 2 3 1 chunk +194 lines, -0 lines 1 comment Download
A tiff/writer_test.go View 1 1 chunk +42 lines, -0 lines 0 comments Download

Messages

Total messages: 10
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
13 years, 1 month ago (2012-02-23 17:31:09 UTC) #1
nigeltao
http://codereview.appspot.com/5694051/diff/2001/tiff/writer.go File tiff/writer.go (right): http://codereview.appspot.com/5694051/diff/2001/tiff/writer.go#newcode31 tiff/writer.go:31: data []uint Should uint instead be uint32? http://codereview.appspot.com/5694051/diff/2001/tiff/writer.go#newcode74 tiff/writer.go:74: ...
13 years, 1 month ago (2012-02-24 02:17:33 UTC) #2
bsiegert
Hello nigeltao@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 1 month ago (2012-02-24 20:22:55 UTC) #3
bsiegert
http://codereview.appspot.com/5694051/diff/2001/tiff/writer.go File tiff/writer.go (right): http://codereview.appspot.com/5694051/diff/2001/tiff/writer.go#newcode31 tiff/writer.go:31: data []uint On 2012/02/24 02:17:33, nigeltao wrote: > Should ...
13 years, 1 month ago (2012-02-24 20:23:18 UTC) #4
nigeltao
I'm still not convinced that we really need an encoder type, but I might see ...
13 years, 1 month ago (2012-02-27 12:02:27 UTC) #5
bsiegert
All done, PTAL. Regarding the need for a encoder type: I tried to use this ...
13 years ago (2012-03-02 17:36:59 UTC) #6
nigeltao
LGTM.
13 years ago (2012-03-05 00:45:13 UTC) #7
nigeltao
*** Submitted as http://code.google.com/p/go/source/detail?r=2bf0db14a16d&repo=image *** go.image/tiff: initial support for writing TIFF images The basic functionality ...
13 years ago (2012-03-05 00:46:03 UTC) #8
bsiegert
*** Abandoned ***
13 years ago (2012-03-05 23:08:48 UTC) #9
bsiegert
13 years ago (2012-03-05 23:17:44 UTC) #10
On Tue, Mar 6, 2012 at 00:08,  <bsiegert@gmail.com> wrote:
> *** Abandoned ***
>
> http://codereview.appspot.com/5694051/

This looks like a bug in codereview:

% hg sync
pulling from https://code.google.com/p/go.image
added 1 changesets with 3 changes to 3 files
3 files updated, 0 files merged, 0 files removed, 0 files unresolved
Removing unmodified files from CL 5694051:
       tiff/consts.go
       tiff/writer.go
       tiff/writer_test.go
CL 5694051 has no files; delete (abandon) with hg change -d 5694051

--Benny.
Sign in to reply to this message.

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