aboutsummaryrefslogtreecommitdiff
path: root/src/image/internal
AgeCommit message (Expand)Author
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
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-03-10all: fix non-standard "DO NOT EDIT" comments for generated filesMark Rushakoff
2017-12-01Revert "go/printer: forbid empty line before first comment in block"Joe Tsai
2017-11-02go/printer: forbid empty line before first comment in blockJoe Tsai
2017-02-10image/color: tweak the YCbCr to RGBA conversion formula again.Nigel Tao
2016-04-17image/draw: remove some bounds checks from DrawYCbCrJosh Bleecher Snyder
2016-04-15image/color: order color computation to match rgbMartin Möhrmann
2016-04-12image/color: optimize YCbCrToRGBMartin Möhrmann
2015-07-15image/color: tweak the YCbCr to RGBA conversion formula.Nigel Tao
2015-04-16image: spell coordinate consistently, without the hyphen.Nigel Tao
2015-03-25image/internal/imageutil: inline the color.YCbCrToRGB calls.Nigel Tao
2015-03-24image/internal/imageutil: generate subsample-ratio-specific code.Nigel Tao
2015-03-23image/internal/imageutil: new package, used by image/draw and image/jpeg.Nigel Tao