aboutsummaryrefslogtreecommitdiff
path: root/src/image/color
AgeCommit message (Expand)Author
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-03-10all: fix non-standard "DO NOT EDIT" comments for generated filesMark Rushakoff
2017-10-27image/draw, image/color: optimize hot path sqDiff functionArtyom Pervukhin
2017-09-15all: fix article typosKunpei Sakai
2017-02-10image/color: tweak the YCbCr to RGBA conversion formula again.Nigel Tao
2016-10-25image/color: improve speed of RGBA methodsMartin Möhrmann
2016-10-20image/color: tweak the formula for converting to gray.Nigel Tao
2016-04-27image/color: optimize RGBToYCbCrMartin Möhrmann
2016-04-15image/color: order color computation to match rgbMartin Möhrmann
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2016-04-12image/color: optimize YCbCrToRGBMartin Möhrmann
2016-04-11image/color: add YCbCrToRGB benchmarkJosh Bleecher Snyder
2016-03-06Rewrite leftover references to plan9.bell-labs.com to 9p.io.Muhammed Uluyol
2016-03-02all: single space after period.Brad Fitzpatrick
2015-12-24image/color: have NYCbCrA.RGBA work in 16-bit color.Nigel Tao
2015-10-11image: add NYCbCrA types.Nigel Tao
2015-07-16image/color: fix format typo in the tests.Nigel Tao
2015-07-15image/color: tweak the YCbCr to RGBA conversion formula.Nigel Tao
2015-04-16image/color: have Palette.Index honor alpha for closest match, not justNigel Tao
2015-04-08image/color: have CMYK.RGBA work in 16-bit color, per the Color interface.Nigel Tao
2015-03-26image/color: have YCbCr.RGBA work in 16-bit color, per the ColorNigel Tao
2015-03-21image/color: add alpha-premultiplied comment.Nigel Tao
2015-02-16image: add image.CMYK and color.CMYK types.Nigel Tao
2014-09-08build: move package sources from src/pkg to srcRuss Cox