summaryrefslogtreecommitdiff
path: root/src/image/internal
Commit message (Expand)AuthorAgeFilesLines
* image/color: tweak the YCbCr to RGBA conversion formula again.Nigel Tao2017-02-102-5/+5
* image/draw: remove some bounds checks from DrawYCbCrJosh Bleecher Snyder2016-04-172-20/+31
* image/color: order color computation to match rgbMartin Möhrmann2016-04-152-40/+40
* image/color: optimize YCbCrToRGBMartin Möhrmann2016-04-122-80/+160
* image/color: tweak the YCbCr to RGBA conversion formula.Nigel Tao2015-07-152-15/+15
* image: spell coordinate consistently, without the hyphen.Nigel Tao2015-04-162-2/+2
* image/internal/imageutil: inline the color.YCbCrToRGB calls.Nigel Tao2015-03-252-22/+131
* image/internal/imageutil: generate subsample-ratio-specific code.Nigel Tao2015-03-243-90/+243
* image/internal/imageutil: new package, used by image/draw and image/jpeg.Nigel Tao2015-03-231-0/+96