1
0
mirror of https://github.com/golang/go synced 2024-09-30 14:28:33 -06:00
go/src/image
Nigel Tao c478c48597 image: add NYCbCrA types.
Fixes #12722

Change-Id: I6a630d8b072ef2b1c63de941743148f8c96b8e5f
Reviewed-on: https://go-review.googlesource.com/15671
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2015-10-11 11:07:25 +00:00
..
color image: add NYCbCrA types. 2015-10-11 11:07:25 +00:00
draw image/draw: optimize out some bounds checks. 2015-09-01 00:34:26 +00:00
gif image/gif: map/slice literals janitoring 2015-09-04 11:58:15 +00:00
internal/imageutil image/color: tweak the YCbCr to RGBA conversion formula. 2015-07-15 05:29:00 +00:00
jpeg image/jpeg: don't unread a byte if we've already taken bits from it. 2015-07-14 06:21:57 +00:00
png image/png: integer underflow when decoding 2015-09-21 23:09:22 +00:00
testdata image/jpeg: support chroma hv values other than 0x11. 2015-03-11 00:10:09 +00:00
decode_example_test.go image/color: tweak the YCbCr to RGBA conversion formula. 2015-07-15 05:29:00 +00:00
decode_test.go image/jpeg: support chroma hv values other than 0x11. 2015-03-11 00:10:09 +00:00
format.go
geom_test.go image: change Rectangle.Eq to return true for all empty rectangles, even 2015-02-18 23:50:09 +00:00
geom.go image: make Rectangle implement Image. 2015-03-04 00:03:46 +00:00
image_test.go
image.go image: add NYCbCrA types. 2015-10-11 11:07:25 +00:00
names.go
ycbcr_test.go image: add YCbCrSubsampleRatio411 and YCbCrSubsampleRatio410. 2015-02-26 00:14:16 +00:00
ycbcr.go image: add NYCbCrA types. 2015-10-11 11:07:25 +00:00