summaryrefslogtreecommitdiff
path: root/src/image/image.go
Commit message (Expand)AuthorAgeFilesLines
* all: gofmt main repoRuss Cox2022-04-111-0/+2
* image: add RGBA64Image interfaceNigel Tao2021-06-181-0/+197
* image: guard against NewXxx integer overflowNigel Tao2020-04-291-30/+66
* image: optimize bounds checking for At and Set methodsIan Davis2018-10-011-67/+82
* image: add NYCbCrA types.Nigel Tao2015-10-111-10/+11
* all: link to https instead of httpBrad Fitzpatrick2015-07-111-1/+1
* image: add image.CMYK and color.CMYK types.Nigel Tao2015-02-161-0/+86
* image: fix obsolete reference in PalettedImage doc commentAndrew Ekstedt2015-02-061-2/+2
* image: fix typo in Alpha16 doc commentAndrew Ekstedt2015-01-251-1/+1
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+936