aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorPascal Massimino <pascal.massimino@gmail.com>2013-05-09 03:57:50 -0700
committerPascal Massimino <pascal.massimino@gmail.com>2013-05-11 01:46:24 -0700
commita3aede97394ac3155ce1433b88eabd0eacd1182f (patch)
tree63e80a100b52b164433b82e1edf7d7ae260d1e57 /man
parent8eae188a62bdd2dfef2266cfd34617a421c3266f (diff)
downloadwebp-a3aede97394ac3155ce1433b88eabd0eacd1182f.tar.gz
add uncompressed TIFF output support
new option: 'dwebp -tiff ...' This is a very simple uncompressed-tiff writing method. Change-Id: Ie2182c8498bce570de3cde363abe1099e18596cb
Diffstat (limited to 'man')
-rw-r--r--man/dwebp.15
1 files changed, 4 insertions, 1 deletions
diff --git a/man/dwebp.1 b/man/dwebp.1
index 7fcdb62b..69ee674e 100644
--- a/man/dwebp.1
+++ b/man/dwebp.1
@@ -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