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

Issue 109010043: code review 109010043: go.image/vp8l: new package. (Closed)

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

Description

go.image/vp8l: new package. The blue-purple-pink image comes from http://blog.golang.org/gophercon The tux and yellow_rose images come from https://developers.google.com/speed/webp/gallery2 and according to that page, those images are in the public domain. The gopher-doc images are http://golang.org/doc/gopher/doc.png after quantizing its palette to 2/4/16/256 colors.

Patch Set 1 #

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

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

Total comments: 8

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+1300 lines, -33 lines) Patch
A testdata/blue-purple-pink.lossless.webp View 1 Binary file 0 comments Download
A testdata/gopher-doc.1bpp.png View 1 Binary file 0 comments Download
A testdata/gopher-doc.1bpp.lossless.webp View 1 Binary file 0 comments Download
A testdata/gopher-doc.2bpp.png View 1 Binary file 0 comments Download
A testdata/gopher-doc.2bpp.lossless.webp View 1 Binary file 0 comments Download
A testdata/gopher-doc.4bpp.png View 1 Binary file 0 comments Download
A testdata/gopher-doc.4bpp.lossless.webp View 1 Binary file 0 comments Download
A testdata/gopher-doc.8bpp.png View 1 Binary file 0 comments Download
A testdata/gopher-doc.8bpp.lossless.webp View 1 Binary file 0 comments Download
A testdata/tux.png View 1 Binary file 0 comments Download
A testdata/tux.lossless.webp View 1 Binary file 0 comments Download
A testdata/yellow_rose.png View 1 Binary file 0 comments Download
A testdata/yellow_rose.lossless.webp View 1 Binary file 0 comments Download
A testdata/yellow_rose.lossy.webp View 1 Binary file 0 comments Download
M vp8/decode.go View 1 1 chunk +1 line, -1 line 0 comments Download
A vp8l/decode.go View 1 2 3 1 chunk +599 lines, -0 lines 0 comments Download
A vp8l/huffman.go View 1 2 3 1 chunk +245 lines, -0 lines 0 comments Download
A vp8l/transform.go View 1 1 chunk +299 lines, -0 lines 0 comments Download
M webp/decode.go View 1 2 chunks +52 lines, -32 lines 0 comments Download
M webp/decode_test.go View 1 2 chunks +104 lines, -0 lines 0 comments Download

Messages

Total messages: 4
nigeltao
Hello r@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, 10 months ago (2014-06-15 12:36:58 UTC) #1
r
LGTM https://codereview.appspot.com/109010043/diff/40001/vp8l/decode.go File vp8l/decode.go (right): https://codereview.appspot.com/109010043/diff/40001/vp8l/decode.go#newcode199 vp8l/decode.go:199: return errors.New("vp8l: invalid code lengths") another error you ...
9 years, 10 months ago (2014-06-16 20:07:37 UTC) #2
nigeltao
https://codereview.appspot.com/109010043/diff/40001/vp8l/decode.go File vp8l/decode.go (right): https://codereview.appspot.com/109010043/diff/40001/vp8l/decode.go#newcode199 vp8l/decode.go:199: return errors.New("vp8l: invalid code lengths") On 2014/06/16 20:07:37, r ...
9 years, 10 months ago (2014-06-17 11:49:40 UTC) #3
nigeltao
9 years, 10 months ago (2014-06-17 11:52:24 UTC) #4
*** Submitted as
https://code.google.com/p/go/source/detail?r=490b1ad139b3&repo=image ***

go.image/vp8l: new package.

The blue-purple-pink image comes from
http://blog.golang.org/gophercon

The tux and yellow_rose images come from
https://developers.google.com/speed/webp/gallery2 and according to
that page, those images are in the public domain.

The gopher-doc images are http://golang.org/doc/gopher/doc.png
after quantizing its palette to 2/4/16/256 colors.

LGTM=r
R=r
CC=golang-codereviews
https://codereview.appspot.com/109010043
Sign in to reply to this message.

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