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

Issue 105750044: code review 105750044: go.image/tiff/lzw: fork the standard library's compress... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 11 months ago by nigeltao
Modified:
9 years, 11 months ago
Reviewers:
bradfitz
CC:
djd, bradfitz, golang-codereviews
Visibility:
Public.

Description

go.image/tiff/lzw: fork the standard library's compress/lzw package. This CL has no code changes. Future CLs will modify the code to implement TIFF's LZW instead of the standard LZW.

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+253 lines, -0 lines) Patch
A tiff/lzw/reader.go View 1 1 chunk +253 lines, -0 lines 0 comments Download

Messages

Total messages: 3
nigeltao
Hello djd@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.image
9 years, 11 months ago (2014-06-02 03:50:31 UTC) #1
bradfitz
LGTM On Mon, Jun 2, 2014 at 12:50 PM, <nigeltao@golang.org> wrote: > Reviewers: djd, > ...
9 years, 11 months ago (2014-06-02 03:53:01 UTC) #2
nigeltao
9 years, 11 months ago (2014-06-02 03:56:47 UTC) #3
*** Submitted as
https://code.google.com/p/go/source/detail?r=b45f3856d47b&repo=image ***

go.image/tiff/lzw: fork the standard library's compress/lzw package.

This CL has no code changes. Future CLs will modify the code to
implement TIFF's LZW instead of the standard LZW.

LGTM=bradfitz
R=djd, bradfitz
CC=golang-codereviews
https://codereview.appspot.com/105750044
Sign in to reply to this message.

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