Go to file
Nigel Tao 96df300f7f go.image/cmd/webp-manual-test: new program to test Go's WEBP
compatibility with the C libwebp implementation.

Current status:
104 PASS, 5 FAIL, 109 TOTAL
Of those 5 failures, 3 are because Go doesn't support lossy-with-alpha
yet, and the other 2 (lossless_vec_2_13.webp,
lossy_extreme_probabilities.webp) look like genuine bugs.

LGTM=r
R=r, pascal.massimino
CC=golang-codereviews
https://golang.org/cl/150000043
2014-09-25 09:44:20 +10:00
bmp go.image/bmp: add Encode 2013-09-10 17:19:36 +10:00
cmd/webp-manual-test go.image/cmd/webp-manual-test: new program to test Go's WEBP 2014-09-25 09:44:20 +10:00
testdata vp8: skip filtering for all-zero-DC macroblock residuals. 2014-06-30 10:36:25 +10:00
tiff go.image/tiff: remove unreachable code. 2014-06-30 11:43:54 +10:00
vp8 vp8: skip filtering for all-zero-DC macroblock residuals. 2014-06-30 10:36:25 +10:00
vp8l vp8l: update comments to match latest spec. 2014-09-22 12:52:41 +10:00
webp vp8: skip filtering for all-zero-DC macroblock residuals. 2014-06-30 10:36:25 +10:00
.hgignore .hgignore: add comment setting policy 2013-12-20 16:30:01 -08:00
AUTHORS go.empty: prototype for new subrepository 2012-01-25 14:45:13 -05:00
codereview.cfg codereview.cfg: change defaultcc to golang-codereviews@ 2013-12-20 16:26:52 -08:00
CONTRIBUTORS go.empty: prototype for new subrepository 2012-01-25 14:45:13 -05:00
LICENSE LICENSE: add 2012-03-17 15:20:31 +11:00
PATENTS go.image: add PATENTS file to the subrepo. 2012-04-16 11:25:02 +10:00
README go.image: initial code. 2012-01-31 11:32:50 +11:00

This repository holds supplementary Go image libraries.

To submit changes to this repository, see http://golang.org/doc/contribute.html.