mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-13 06:24:27 +02:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user