add uncompressed TIFF output support

new option: 'dwebp -tiff ...'
This is a very simple uncompressed-tiff writing method.

Change-Id: Ie2182c8498bce570de3cde363abe1099e18596cb
This commit is contained in:
Pascal Massimino
2013-05-09 03:57:50 -07:00
parent 8eae188a62
commit a3aede9739
4 changed files with 90 additions and 1 deletions

1
NEWS
View File

@ -1,6 +1,7 @@
- Next version:
* Add incremental decoding support for images containing ALPH and ICCP chunks.
* New function: WebPMuxGetCanvasSize
* BMP and TIFF format output added to 'dwebp'
- 3/20/13: version 0.3.0
This is a binary compatible release.