golang-image/draw
Nigel Tao d5c5125b57 draw: update the inlined YCbCr.RGBA code to use 16 bit color.
This matches the standard library change at
https://go-review.googlesource.com/#/c/8073/

Change-Id: I216028e18678a70e449167cd9ab910c63d37adcc
Reviewed-on: https://go-review.googlesource.com/8075
Reviewed-by: Rob Pike <r@golang.org>
2015-03-26 22:31:54 +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 draw: implement NearestNeighbor and ApproxBiLinear Transform. 2015-03-16 23:32:22 +00:00
gen.go draw: update the inlined YCbCr.RGBA code to use 16 bit color. 2015-03-26 22:31:54 +00:00
impl.go draw: update the inlined YCbCr.RGBA code to use 16 bit color. 2015-03-26 22:31:54 +00:00
scale_test.go draw: eliminate some math.Floor calls in Transform methods. 2015-03-23 22:47:47 +00:00
scale.go draw: eliminate some math.Floor calls in Transform methods. 2015-03-23 22:47:47 +00:00