golang-image/draw
Nigel Tao df2aa51d44 draw: tweak the YCbCr to RGBA conversion formula again.
This is the golang.org/x equivalent of the golang.org/cl/36732 change to
the standard library.

Change-Id: I71c09a72e24c8e1c013769a6fed8f9a031724d9d
Reviewed-on: https://go-review.googlesource.com/36733
Run-TryBot: Nigel Tao <nigeltao@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
2017-02-10 23:08:06 +00:00
..
draw.go draw: new package, a superset of the standard library's image/draw 2015-02-17 23:20:02 +00:00
example_test.go image/draw: have Transform take a f64.Aff3 instead of a *f64.Aff3. 2015-07-29 01:18:37 +00:00
gen.go draw: tweak the YCbCr to RGBA conversion formula again. 2017-02-10 23:08:06 +00:00
impl.go draw: tweak the YCbCr to RGBA conversion formula again. 2017-02-10 23:08:06 +00:00
scale_test.go draw: have Scale and Transform recognize straight copies. 2015-08-02 10:47:07 +00:00
scale.go image/draw: have Transform take a f64.Aff3 instead of a *f64.Aff3. 2015-07-29 01:18:37 +00:00
stdlib_test.go draw: tweak the YCbCr to RGBA conversion formula again. 2017-02-10 23:08:06 +00:00