1
0
mirror of https://github.com/golang/go synced 2024-10-05 06:11:21 -06:00
go/src/pkg/image/jpeg
Nigel Tao 4bd8a38641 image/jpeg: fix quantization tables to be in zig-zag order, not natural
order.

JPEG images generated prior to this CL are still valid JPEGs, as the
quantization tables used are encoded in the wire format. Such JPEGs just
don't use the recommended quantization tables.

R=r, dsymonds, raph, adg
CC=golang-dev, tuom.larsen
https://golang.org/cl/6497083
2012-09-06 11:10:47 +10:00
..
fdct.go image/jpeg: add an encoder. 2011-04-19 11:00:47 +10:00
huffman.go src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
idct.go image/jpeg: speed up decoding by inlining the clip function and 2011-05-09 17:25:32 -07:00
reader.go image/jpeg: fix quantization tables to be in zig-zag order, not natural 2012-09-06 11:10:47 +10:00
writer_test.go image/jpeg: fix quantization tables to be in zig-zag order, not natural 2012-09-06 11:10:47 +10:00
writer.go image/jpeg: fix quantization tables to be in zig-zag order, not natural 2012-09-06 11:10:47 +10:00