go/src/image
Nigel Tao 9b73ecc327 image/jpeg: check for component uniqueness and total sampling factors.
Change-Id: I83de9d83708edc8d196bbcfdc7d2ba7ffaff50d2
Reviewed-on: https://go-review.googlesource.com/6586
Reviewed-by: Rob Pike <r@golang.org>
2015-03-04 22:44:28 +00:00
..
color image: add image.CMYK and color.CMYK types. 2015-02-16 00:08:49 +00:00
draw image/draw: add a fast path for Gray src images. 2015-02-28 21:43:39 +00:00
gif image/gif: don't let the per-frame transparent index modify the global 2014-09-22 14:29:45 +10:00
jpeg image/jpeg: check for component uniqueness and total sampling factors. 2015-03-04 22:44:28 +00:00
png
testdata image/jpeg: support 4:1:1 and 4:1:0 chroma subsampling. 2015-02-26 02:08:45 +00:00
decode_example_test.go
decode_test.go image/jpeg: support decoding CMYK and YCbCrK images. 2015-02-16 00:25:47 +00:00
format.go
geom.go image: make Rectangle implement Image. 2015-03-04 00:03:46 +00:00
geom_test.go image: change Rectangle.Eq to return true for all empty rectangles, even 2015-02-18 23:50:09 +00:00
image.go image: add image.CMYK and color.CMYK types. 2015-02-16 00:08:49 +00:00
image_test.go
names.go
ycbcr.go image: add YCbCrSubsampleRatio411 and YCbCrSubsampleRatio410. 2015-02-26 00:14:16 +00:00
ycbcr_test.go image: add YCbCrSubsampleRatio411 and YCbCrSubsampleRatio410. 2015-02-26 00:14:16 +00:00