mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-12 22:14:29 +02:00
allow some more stdin/stout I/O
* allow reading from stdin for dwebp / vwebp * allow writing to stdout for gif2webp by introducing a new function ExUtilReadFromStdin() Example use: cat in.webp | dwebp -o - -- - > out.png Note that the '-- -' option must appear *last* (as per general fashion for '--' option parsing) Change-Id: I8df0f3a246cc325925d6b6f668ba060f7dd81d68
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
.\" Hey, EMACS: -*- nroff -*-
|
||||
.TH VWEBP 1 "January 08, 2014"
|
||||
.TH VWEBP 1 "March 7, 2014"
|
||||
.SH NAME
|
||||
vwebp \- decompress a WebP file and display it in a window
|
||||
.SH SYNOPSIS
|
||||
@ -39,6 +39,13 @@ Use multi-threading for decoding, if possible.
|
||||
.TP
|
||||
.B \-info
|
||||
Display image information on top of the decoded image.
|
||||
.TP
|
||||
.BI \-\- " string
|
||||
Explicitly specify the input file. This option is useful if the input
|
||||
file starts with an '\-' for instance. This option must appear \fBlast\fP.
|
||||
Any other options afterward will be ignored. If the input file is "\-",
|
||||
the data will be read from \fIstdin\fP instead of a file.
|
||||
.TP
|
||||
|
||||
.SH KEYBOARD SHORTCUTS
|
||||
.TP
|
||||
|
Reference in New Issue
Block a user