golang-image/tiff
Igor Zhilianin 69cc3646b9 all: fix typos
Change-Id: I2140a1a74d1319d9b8746efad539bfaae6038a2d
GitHub-Last-Rev: b00b49e87ed3adb72d11c81e4cff98671d411b52
GitHub-Pull-Request: golang/image#1
Reviewed-on: https://go-review.googlesource.com/c/145740
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2018-10-30 00:21:51 +00:00
..
lzw tiff/lzw: sync with the stdlib compress/lzw. 2017-04-30 11:58:49 +00: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/tiff: remove unreachable code. 2014-06-30 11:43:54 +10:00
consts.go go.image/tiff: decoder support tiled tiff format 2013-09-06 20:07:58 +10:00
reader_test.go tiff: reject TIFF images with unsorted IFD tags. 2016-10-04 16:59:28 +00:00
reader.go all: fix typos 2018-10-30 00:21:51 +00:00
writer_test.go go.image/tiff: support 16bit RGB 2013-09-18 17:16:05 +10:00
writer.go go.image/tiff: encoder fix non LZW Predictor and Paletted SamplesPerPixel and non RGB ExtraSamples. 2013-09-22 11:21:53 +10:00