Go to file
Nigel Tao ef5e0288ce go.image/webp: implement lossy-with-alpha.
This fixes all three lossy_alpha*.webp conformance tests.

The test data was generated by cwebp/dwebp version 0.4.1:
cwebp yellow_rose.png -o yellow_rose.lossy-with-alpha.webp
dwebp yellow_rose.lossy-with-alpha.webp -pgm -o tmp.pgm
convert tmp.pgm yellow_rose.lossy-with-alpha.webp.nycbcra.png

LGTM=pascal.massimino, r
R=r, pascal.massimino
CC=golang-codereviews
https://golang.org/cl/154350043
2014-10-20 10:46:12 +11:00
bmp go.image/bmp: add a test image for top-down BMPs. 2014-10-01 09:41:12 +10:00
cmd/webp-manual-test go.image/webp: implement lossy-with-alpha. 2014-10-20 10:46:12 +11:00
testdata go.image/webp: implement lossy-with-alpha. 2014-10-20 10:46:12 +11:00
tiff go.image/tiff: remove unreachable code. 2014-06-30 11:43:54 +10:00
vp8 go.image/vp8: clamp the UV DC quantization factor to 132. 2014-10-01 09:39:28 +10:00
vp8l go.image/vp8l: use the default code length for repeated codes. 2014-09-26 11:09:06 +10:00
webp go.image/webp: implement lossy-with-alpha. 2014-10-20 10:46:12 +11: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.