summaryrefslogtreecommitdiff
path: root/src/pkg/image/png/testdata
Commit message (Expand)AuthorAgeFilesLines
* build: move package sources from src/pkg to srcRuss Cox2014-09-0852-1481/+0
* image/png: interlacing support for png.Dustin Long2014-07-113-0/+57
* image/png: speed up PNG decoding for common color models: Gray, NRGBA,Nigel Tao2012-04-275-0/+0
* image/png: check zlib checksum during DecodeRuss Cox2011-09-074-0/+0
* image/png: support encoding of paletted images with alpha channel.Dmitry Chestnykh2011-05-043-0/+304
* image/png: support for more formatsMikael Tillenius2011-02-2213-145/+265
* Unit tests for image/png, based off the semi-official pngsuite fromNigel Tao2009-09-2032-0/+1000