summaryrefslogtreecommitdiff
path: root/src/pkg/image
AgeCommit message (Expand)AuthorFilesLines
2010-02-04Add named colors (e.g. image.Blue), suitable for exp/draw.Nigel Tao2-0/+51
2010-02-02New image.A type, to represent anti-aliased font glyphs.Nigel Tao2-0/+53
2009-12-29PNG decoder now handles transparent paletted images.Nigel Tao1-0/+32
2009-12-29JPEG decoder now handles RST (restart) markers.Nigel Tao1-0/+42
2009-12-17Basic image/jpeg decoder.Nigel Tao4-0/+785
2009-12-151) Change default gofmt default settings forRobert Griesemer6-482/+482
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia2-4/+4
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox2-8/+8
2009-11-13Remove unnecessary int(h) casts in image.go.Nigel Tao1-5/+5
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer5-80/+80
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer6-108/+108
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer3-69/+23
2009-11-04gofmt-ify imageRobert Griesemer2-16/+16
2009-10-27files that are okay from the last gofmt roundRuss Cox1-1/+1
2009-10-13Documentation for png.Decode and png.Encode.Nigel Tao2-2/+7
2009-10-11PNG encoder now filters.Nigel Tao2-20/+122
2009-10-09In the PNG reader inner loop, collapse the two ReadFull calls into one.Nigel Tao2-24/+22
2009-10-08more lgtm files from gofmtRuss Cox1-1/+1
2009-10-07PNG encoder unit test.Nigel Tao2-7/+78
2009-10-06apply gofmt to go, gob, hash, http, image, io, json, logRuss Cox4-94/+90
2009-10-05First cut at a PNG encoder.Nigel Tao3-22/+270
2009-09-21add required conversions; bug in compiler let it slip throughRuss Cox1-2/+2
2009-09-20Unit tests for image/png, based off the semi-official pngsuite fromNigel Tao34-0/+1160
2009-09-15more "declared and not used".Russ Cox2-4/+4
2009-09-13When decoding a paletted PNG, require that a PLTE chunk is seen beforeNigel Tao1-5/+7
2009-09-10PNG decoder for go.Nigel Tao4-7/+663
2009-08-26Introduce the image package.Nigel Tao3-0/+242