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

View File

@ -1,5 +1,5 @@
.\" Hey, EMACS: -*- nroff -*-
.TH DWEBP 1 "April 09, 2013"
.TH DWEBP 1 "May 10, 2013"
.SH NAME
dwebp \- decompress a WebP file to an image file
.SH SYNOPSIS
@ -27,6 +27,9 @@ Specify the name of the output file (as PNG format by default).
.B \-bmp
Change the output format to uncompressed BMP.
.TP
.B \-tiff
Change the output format to uncompressed TIFF.
.TP
.B \-pam
Change the output format to PAM (retains alpha).
.TP