2017-05-10 01:12:34 +02:00
|
|
|
.\" Hey, EMACS: -*- nroff -*-
|
2024-05-01 03:18:23 +02:00
|
|
|
.TH WEBPINFO 1 "April 30, 2024"
|
2017-05-10 01:12:34 +02:00
|
|
|
.SH NAME
|
|
|
|
webpinfo \- print out the chunk level structure of WebP files
|
|
|
|
along with basic integrity checks.
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B webpinfo
|
|
|
|
.I OPTIONS
|
|
|
|
.I INPUT
|
|
|
|
.br
|
|
|
|
.B webpinfo [\-h|\-help|\-H|\-longhelp]
|
|
|
|
.br
|
|
|
|
|
|
|
|
.SH DESCRIPTION
|
|
|
|
This manual page documents the
|
|
|
|
.B webpinfo
|
|
|
|
command.
|
|
|
|
.PP
|
|
|
|
\fBwebpinfo\fP can be used to print out the chunk level structure and bitstream
|
|
|
|
header information of WebP files. It can also check if the files are of valid
|
|
|
|
WebP format.
|
|
|
|
|
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
2017-11-24 23:17:51 +01:00
|
|
|
.B \-version
|
|
|
|
Print the version number (as major.minor.revision) and exit.
|
|
|
|
.TP
|
|
|
|
.B \-quiet
|
2017-05-10 01:12:34 +02:00
|
|
|
Do not show chunk parsing information.
|
|
|
|
.TP
|
2017-11-24 23:17:51 +01:00
|
|
|
.B \-diag
|
2017-05-10 01:12:34 +02:00
|
|
|
Show parsing error diagnosis.
|
|
|
|
.TP
|
2017-11-24 23:17:51 +01:00
|
|
|
.B \-summary
|
2017-05-10 01:12:34 +02:00
|
|
|
Show chunk stats summary.
|
|
|
|
.TP
|
2017-11-24 23:17:51 +01:00
|
|
|
.BI \-bitstream_info
|
2017-05-10 01:12:34 +02:00
|
|
|
Parse bitstream header.
|
|
|
|
.TP
|
|
|
|
.B \-h, \-help
|
|
|
|
A short usage summary.
|
|
|
|
.TP
|
|
|
|
.B \-H, \-longhelp
|
|
|
|
Detailed usage instructions.
|
|
|
|
|
|
|
|
.SH INPUT
|
|
|
|
Input files in WebP format. Input files must come last, following
|
|
|
|
options (if any). There can be multiple input files.
|
|
|
|
|
2024-05-01 03:18:23 +02:00
|
|
|
.SH EXIT STATUS
|
|
|
|
If there were no problems during execution, \fBwebpinfo\fP exits with the value
|
|
|
|
of the C constant \fBEXIT_SUCCESS\fP. This is usually zero.
|
|
|
|
.PP
|
|
|
|
If an error occurs, \fBwebpinfo\fP exits with the value of the C constant
|
|
|
|
\fBEXIT_FAILURE\fP. This is usually one.
|
|
|
|
|
2017-05-10 01:12:34 +02:00
|
|
|
.SH EXAMPLES
|
|
|
|
.br
|
|
|
|
webpinfo \-h
|
|
|
|
.br
|
|
|
|
webpinfo \-diag \-summary input_file.webp
|
|
|
|
.br
|
|
|
|
webpinfo \-bitstream_info input_file_1.webp input_file_2.webp
|
|
|
|
.br
|
|
|
|
webpinfo *.webp
|
|
|
|
|
|
|
|
.SH AUTHORS
|
|
|
|
\fBwebpinfo\fP is a part of libwebp and was written by the WebP team.
|
|
|
|
.br
|
|
|
|
The latest source tree is available at
|
|
|
|
https://chromium.googlesource.com/webm/libwebp
|
|
|
|
.PP
|
|
|
|
This manual page was written by Hui Su <huisu@google.com>,
|
|
|
|
for the Debian project (and may be used by others).
|
|
|
|
|
2024-05-01 03:49:17 +02:00
|
|
|
.SH REPORTING BUGS
|
|
|
|
Please report all bugs to the issue tracker:
|
|
|
|
https://bugs.chromium.org/p/webp
|
|
|
|
.br
|
|
|
|
Patches welcome! See this page to get started:
|
|
|
|
https://www.webmproject.org/code/contribute/submitting\-patches/
|
|
|
|
|
2017-05-10 01:12:34 +02:00
|
|
|
.SH SEE ALSO
|
|
|
|
.BR webpmux (1)
|
|
|
|
.br
|
2021-11-17 20:16:58 +01:00
|
|
|
Please refer to https://developers.google.com/speed/webp/ for additional
|
2017-05-10 01:12:34 +02:00
|
|
|
information.
|