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

Issue 5177047: code review 5177047: image/tiff: Implement PackBits decoding. (Closed)

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

Description

image/tiff: Implement PackBits decoding. The decompression routine is in its own file because G3 encoding (which is more complicated) will be put there.

Patch Set 1 #

Patch Set 2 : diff -r 40f9c1636141 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 40f9c1636141 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 65d7e79f0fc7 https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r 65d7e79f0fc7 https://go.googlecode.com/hg/ #

Total comments: 33

Patch Set 6 : diff -r 70c9487632e3 https://go.googlecode.com/hg/ #

Total comments: 18

Patch Set 7 : diff -r 70c9487632e3 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+132 lines, -0 lines) Patch
M src/pkg/image/tiff/Makefile View 1 1 chunk +1 line, -0 lines 0 comments Download
A src/pkg/image/tiff/compress.go View 1 2 3 4 5 6 1 chunk +60 lines, -0 lines 0 comments Download
M src/pkg/image/tiff/reader.go View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M src/pkg/image/tiff/reader_test.go View 1 2 3 4 5 6 2 chunks +69 lines, -0 lines 0 comments Download
A src/pkg/image/tiff/testdata/bw-deflate.tiff View 1 2 Binary file 0 comments Download
A src/pkg/image/tiff/testdata/bw-packbits.tiff View 1 2 Binary file 0 comments Download
A src/pkg/image/tiff/testdata/bw-uncompressed.tiff View 1 2 3 4 5 Binary file 0 comments Download

Messages

Total messages: 9
bsiegert
Hello nigeltao@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 10 months ago (2011-10-09 20:34:46 UTC) #1
nigeltao
http://codereview.appspot.com/5177047/diff/12002/src/pkg/image/tiff/Makefile File src/pkg/image/tiff/Makefile (right): http://codereview.appspot.com/5177047/diff/12002/src/pkg/image/tiff/Makefile#newcode10 src/pkg/image/tiff/Makefile:10: compress.go\ If this file only speaks PackBits, and not ...
13 years, 10 months ago (2011-10-10 03:26:20 UTC) #2
bsiegert
Hello nigeltao@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 9 months ago (2011-10-11 21:09:02 UTC) #3
bsiegert
http://codereview.appspot.com/5177047/diff/12002/src/pkg/image/tiff/Makefile File src/pkg/image/tiff/Makefile (right): http://codereview.appspot.com/5177047/diff/12002/src/pkg/image/tiff/Makefile#newcode10 src/pkg/image/tiff/Makefile:10: compress.go\ On 2011/10/10 03:26:20, nigeltao wrote: > If this ...
13 years, 9 months ago (2011-10-11 21:09:33 UTC) #4
nigeltao
http://codereview.appspot.com/5177047/diff/12002/src/pkg/image/tiff/Makefile File src/pkg/image/tiff/Makefile (right): http://codereview.appspot.com/5177047/diff/12002/src/pkg/image/tiff/Makefile#newcode10 src/pkg/image/tiff/Makefile:10: compress.go\ On 2011/10/11 21:09:33, bsiegert wrote: > On 2011/10/10 ...
13 years, 9 months ago (2011-10-12 09:59:54 UTC) #5
bsiegert
Hello nigeltao@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 9 months ago (2011-10-12 16:09:37 UTC) #6
bsiegert
Thank you for the review. http://codereview.appspot.com/5177047/diff/15008/src/pkg/image/tiff/compress.go File src/pkg/image/tiff/compress.go (right): http://codereview.appspot.com/5177047/diff/15008/src/pkg/image/tiff/compress.go#newcode18 src/pkg/image/tiff/compress.go:18: // unPackBits decodes the ...
13 years, 9 months ago (2011-10-12 16:09:49 UTC) #7
nigeltao
LGTM.
13 years, 9 months ago (2011-10-13 02:29:20 UTC) #8
nigeltao
13 years, 9 months ago (2011-10-13 02:31:36 UTC) #9
*** Submitted as http://code.google.com/p/go/source/detail?r=1c95f8ab57bc ***

image/tiff: Implement PackBits decoding.

The decompression routine is in its own file because
G3 encoding (which is more complicated) will be put
there.

R=nigeltao
CC=golang-dev
http://codereview.appspot.com/5177047

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