1
0
mirror of https://github.com/golang/go synced 2024-10-05 02:21:22 -06:00
go/src/pkg/image/jpeg
Nigel Tao 427bec62b5 image/jpeg: avoid documentation argument over whether it's luma
subsampling or chroma subsampling.

Fixes #5569.

R=r
CC=golang-dev
https://golang.org/cl/9900044
2013-06-05 10:18:06 +10:00
..
dct_test.go image/jpeg: change block from [64]int to [64]int32. 2012-10-30 11:10:08 +11:00
fdct.go image/jpeg: add an encoder. 2011-04-19 11:00:47 +10:00
huffman.go all: fix the the typos 2012-11-22 02:58:24 +08:00
idct.go image/jpeg: change block from [64]int to [64]int32. 2012-10-30 11:10:08 +11:00
reader_test.go image/jpeg: ignore extraneous data, the same as what libjpeg does. 2013-03-13 10:44:45 +11:00
reader.go image/jpeg: avoid documentation argument over whether it's luma 2013-06-05 10:18:06 +10:00
scan.go image/jpeg: for progressive JPEGs, the first SOS segment doesn't 2013-03-06 10:08:46 +11:00
writer_test.go image/jpeg: ignore extraneous data, the same as what libjpeg does. 2013-03-13 10:44:45 +11:00
writer.go all: use io.ByteWriter now that it exists 2013-01-08 12:15:19 -08:00