]> Cypherpunks repositories - gostls13.git/commit
image/jpeg: support for reading 4:4:0 subsampling.
authorMathieu Lonjaret <mathieu.lonjaret@gmail.com>
Wed, 27 Jun 2012 21:37:17 +0000 (14:37 -0700)
committerNigel Tao <nigeltao@golang.org>
Wed, 27 Jun 2012 21:37:17 +0000 (14:37 -0700)
commitb6cc39d0dd8f5a778c5f7643403355685a80d193
tree52495fe6528f695361a797d06c40c979c209509b
parent71643b2fdbc600fea6498ed20a17ec14bb13a841
image/jpeg: support for reading 4:4:0 subsampling.
Updates #2362.

R=nigeltao
CC=golang-dev
https://golang.org/cl/6326057
src/pkg/image/jpeg/reader.go
src/pkg/image/ycbcr.go
src/pkg/image/ycbcr_test.go