golang-image/tiff
Benny Siegert 41cf08abcf tiff: support writing files with differencing predictor.
This will make more sense after implementing compression.

R=nigeltao
CC=golang-dev
https://golang.org/cl/6567077
2012-10-03 10:11:21 +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: support writing files with differencing predictor. 2012-10-03 10:11:21 +10:00
writer.go tiff: support writing files with differencing predictor. 2012-10-03 10:11:21 +10:00