1WEBPINFO(1) General Commands Manual WEBPINFO(1)
2
3
4
6 webpinfo - print out the chunk level structure of WebP files along with
7 basic integrity checks.
8
10 webpinfo OPTIONS INPUT
11 webpinfo [-h|-help|-H|-longhelp]
12
13
15 This manual page documents the webpinfo command.
16
17 webpinfo can be used to print out the chunk level structure and bit‐
18 stream header information of WebP files. It can also check if the files
19 are of valid WebP format.
20
21
23 -version
24 Print the version number (as major.minor.revision) and exit.
25
26 -quiet Do not show chunk parsing information.
27
28 -diag Show parsing error diagnosis.
29
30 -summary
31 Show chunk stats summary.
32
33 -bitstream_info
34 Parse bitstream header.
35
36 -h, -help
37 A short usage summary.
38
39 -H, -longhelp
40 Detailed usage instructions.
41
42
44 Input files in WebP format. Input files must come last, following
45 options (if any). There can be multiple input files.
46
47
49 Please report all bugs to the issue tracker:
50 https://bugs.chromium.org/p/webp
51 Patches welcome! See this page to get started: http://www.webmpro‐
52 ject.org/code/contribute/submitting-patches/
53
54
56 webpinfo -h
57 webpinfo -diag -summary input_file.webp
58 webpinfo -bitstream_info input_file_1.webp input_file_2.webp
59 webpinfo *.webp
60
61
63 webpinfo is a part of libwebp and was written by the WebP team.
64 The latest source tree is available at https://chromium.google‐
65 source.com/webm/libwebp
66
67 This manual page was written by Hui Su <huisu@google.com>, for the
68 Debian project (and may be used by others).
69
70
72 webpmux(1)
73 Please refer to http://developers.google.com/speed/webp/ for additional
74 information.
75
76
77
78 November 24, 2017 WEBPINFO(1)