dwebp: add support for BMP output

Supports alpha output too.

Change-Id: I42ea0bf7b6bbb420f0e537d372a3b13fe00528a9
This commit is contained in:
Pascal Massimino
2013-04-09 18:51:59 -07:00
parent ff885bfe1f
commit b66caee410
3 changed files with 84 additions and 5 deletions

View File

@ -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