Age | Commit message (Expand) | Author | Files | Lines |
2011-05-04 | Imported Upstream version 57 | Ondřej Surý | 1 | -1/+57 |
2011-04-28 | Imported Upstream version 2011.04.27 | Ondřej Surý | 1 | -1/+1 |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -183/+299 |
2010-06-16 | image: add an Alpha16 type, for completeness. | Nigel Tao | 1 | -0/+48 |
2010-06-03 | Add Opaque method to the image types. | Nigel Tao | 1 | -0/+96 |
2010-05-28 | Make image.Color.RGBA return 16 bit color instead of 32 bit color. | Nigel Tao | 1 | -10/+7 |
2010-05-23 | When making images, allocate one big buffer instead of many small ones. | Nigel Tao | 1 | -24/+30 |
2010-02-02 | New image.A type, to represent anti-aliased font glyphs. | Nigel Tao | 1 | -0/+30 |
2009-12-15 | 1) Change default gofmt default settings for | Robert Griesemer | 1 | -60/+60 |
2009-11-13 | Remove unnecessary int(h) casts in image.go. | Nigel Tao | 1 | -5/+5 |
2009-11-09 | - replaced gofmt expression formatting algorithm with | Robert Griesemer | 1 | -3/+3 |
2009-11-09 | remove semis after statements in one-statement statement lists | Robert Griesemer | 1 | -14/+14 |
2009-11-06 | - fine-tuning of one-line func heuristic (nodes.go) | Robert Griesemer | 1 | -57/+19 |
2009-10-06 | apply gofmt to go, gob, hash, http, image, io, json, log | Russ Cox | 1 | -12/+11 |
2009-09-20 | Unit tests for image/png, based off the semi-official pngsuite from | Nigel Tao | 1 | -0/+4 |
2009-09-15 | more "declared and not used". | Russ Cox | 1 | -2/+2 |
2009-09-10 | PNG decoder for go. | Nigel Tao | 1 | -2/+110 |
2009-08-26 | Introduce the image package. | Nigel Tao | 1 | -0/+140 |