Reviewers: r,
Message:
Hello r@golang.org (cc: golang-dev@googlegroups.com, raph@google.com,
tuom.larsen@gmail.com),
I'd like you to review this change to
https://code.google.com/p/go
Description:
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.
Please review this at http://codereview.appspot.com/6497083/
Affected files:
M src/pkg/image/jpeg/reader.go
M src/pkg/image/jpeg/writer.go
M src/pkg/image/jpeg/writer_test.go