golang-image/tiff
Benny Siegert 5198c64fc9 tiff: new Options parameter for Encode.
No functional change at the moment but it will allow choosing
the compression type.

This is an incompatible, user-visible change. To get the old
behavior, callers of tiff.Encode need to add ", nil" as the
last parameter.

R=nigeltao
CC=golang-dev
https://golang.org/cl/6479044
2012-08-23 20:16:03 +10:00
..
buffer_test.go go.image: initial code. 2012-01-31 11:32:50 +11:00
buffer.go go.image/tiff: optimize reading uncompressed files from a tiff.buffer. 2012-02-21 11:25:19 +11:00
compress.go go.image: initial code. 2012-01-31 11:32:50 +11:00
consts.go tiff: new Options parameter for Encode. 2012-08-23 20:16:03 +10:00
reader_test.go go.image/tiff: use optimized routines for RGBA and NRGBA 2012-06-13 10:40:38 +10:00
reader.go go.image/tiff: optimize reading uncompressed files from a tiff.buffer. 2012-02-21 11:25:19 +11:00
writer_test.go tiff: new Options parameter for Encode. 2012-08-23 20:16:03 +10:00
writer.go tiff: new Options parameter for Encode. 2012-08-23 20:16:03 +10:00