aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorPascal Massimino <pascal.massimino@gmail.com>2013-04-09 18:51:59 -0700
committerPascal Massimino <pascal.massimino@gmail.com>2013-04-09 18:52:34 -0700
commitb66caee410bdc0cad5b1de2719098058a64658fe (patch)
tree735a46123b8f27af30e9ad9d245fb0a31756f444 /man
parentff885bfe1f6e419bec762b28879f7039318eaf4e (diff)
downloadwebp-b66caee410bdc0cad5b1de2719098058a64658fe.tar.gz
dwebp: add support for BMP output
Supports alpha output too. Change-Id: I42ea0bf7b6bbb420f0e537d372a3b13fe00528a9
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 d665eb1c..7fcdb62b 100644
--- a/man/dwebp.1
+++ b/man/dwebp.1
@@ -1,5 +1,5 @@
.\" Hey, EMACS: -*- nroff -*-
-.TH DWEBP 1 "February 01, 2013"
+.TH DWEBP 1 "April 09, 2013"
.SH NAME
dwebp \- decompress a WebP file to an image file
.SH SYNOPSIS
@@ -24,6 +24,9 @@ Print the version number (as major.minor.revision) and exit.
.BI \-o " string
Specify the name of the output file (as PNG format by default).
.TP
+.B \-bmp
+Change the output format to uncompressed BMP.
+.TP
.B \-pam
Change the output format to PAM (retains alpha).
.TP