- 4f1b0a4 all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp by Russ Cox · 4 years, 5 months ago
- 1b09d43 all: update references to symbols moved from io/ioutil to io by Russ Cox · 4 years, 5 months ago
- c844fec image/png: remove too early declaration of "n" by Ayan George · 4 years, 10 months ago
- bce1e25 image/png: fix some 32-bit int overflows by Nigel Tao · 4 years, 11 months ago
- f04f594 image/png: hoist repetitive pixels per byte out of loop in Encode by Nao YONASHIRO · 6 years ago
- 3403ee5 image/png: fix palette extension to handle 255 color images by Stephan Zuercher · 6 years ago
- 4906a00 image/png: add Fuzz function by Andrei Tudor Călin · 6 years ago
- b47f31f image/png: delete unused statement by cia-rana · 6 years ago
- b84a580 image/png: pack image data for small bitdepth paletted images by Ian Davis · 7 years ago
- 930ce09 image/png: minor cleanup of a few tests by Ian Davis · 7 years ago
- aa4fc0e cmd/link,compress/zip,image/png: use binary.{Big,Little}Endian methods by Lynn Boger · 7 years ago
- 161874d all: update comment URLs from HTTP to HTTPS, where possible by Tim Cooper · 7 years ago
- 8db19a4 all: change github.com issue links to golang.org by Leigh McCulloch · 7 years ago
- 1de2267 image/png: fix width * height * bpp overflow check. by Nigel Tao · 7 years ago
- eab5bc9 image/gif: add BenchmarkDecode. by Nigel Tao · 7 years ago
- 16663a8 image/png: decode Gray8 transparent images. by Nigel Tao · 8 years ago
- 93a18ac image/png: reduce memory allocs encoding images by reusing buffers by Cezar Sa Espinola · 8 years ago
- caba0bd image/png: implement grayscale transparency. by Nigel Tao · 8 years ago
- 4951c79 image/png: implement truecolor transparency. by Nigel Tao · 8 years ago
- de4b065 image/png: allow tRNS chunk without a PLTE chunk. by Nigel Tao · 8 years ago
- 7de7d20 image/png: improve compression by skipping filter for paletted images by Oliver Tonnhofer · 8 years ago
- 445f51f image/png: add Encode and Decode examples by Suyash · 9 years ago
- 633e414 image/png: ignore trailing IDAT chunks by Tilman Dilo · 9 years ago
- 66c25fa image/png: integer underflow when decoding by Nathan Otterness · 9 years ago
- 0cf7331 image/png: reject zero-width and zero-height images. by Nigel Tao · 10 years ago
- ca6ba49 image/png: don't read filter bytes for empty interlace passes. by Nigel Tao · 10 years ago
- ba8fa0e image/png: don't silently swallow io.ReadFull's io.EOF error when it by Nigel Tao · 10 years ago
- 7e7d55f image/png: reject multiple tRNS chunks. by Nigel Tao · 10 years ago
- c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago