]> Cypherpunks repositories - gostls13.git/commit
image: add a decoding test for common file formats.
authorNigel Tao <nigeltao@golang.org>
Thu, 3 Mar 2011 09:35:49 +0000 (20:35 +1100)
committerNigel Tao <nigeltao@golang.org>
Thu, 3 Mar 2011 09:35:49 +0000 (20:35 +1100)
commit7483c6ee3c688d078fe00d375d968ce99077759e
treec6cd594914309e6e16e9b163b333ae0f6c5e4c77
parent3fea5badc29200e0ea4e1fe790e1803a7d17ee2c
image: add a decoding test for common file formats.

The test image was converted from doc/video-001.png using the
convert command line tool (ImageMagick 6.5.7-8) at -quality 100.

R=r, nigeltao_gnome
CC=golang-dev
https://golang.org/cl/4259047
src/pkg/Makefile
src/pkg/image/decode_test.go [new file with mode: 0644]
src/pkg/image/testdata/video-001.bmp [new file with mode: 0644]
src/pkg/image/testdata/video-001.gif [new file with mode: 0644]
src/pkg/image/testdata/video-001.jpeg [new file with mode: 0644]
src/pkg/image/testdata/video-001.png [new file with mode: 0644]
src/pkg/image/testdata/video-001.tiff [new file with mode: 0644]