1VWEBP(1) General Commands Manual VWEBP(1)
2
3
4
6 vwebp - decompress a WebP file and display it in a window
7
9 vwebp [options] input_file.webp
10
12 This manual page documents the vwebp command.
13
14 vwebp decompresses a WebP file and displays it in a window using
15 OpenGL.
16
18 -h Print usage summary.
19
20 -version
21 Print version number and exit.
22
23 -noicc Don't use the ICC profile if present.
24
25 -nofancy
26 Don't use the fancy YUV420 upscaler.
27
28 -nofilter
29 Disable in-loop filtering.
30
31 -dither strength
32 Specify a dithering strength between 0 and 100. Dithering is a
33 post-processing effect applied to chroma components in lossy
34 compression. It helps by smoothing gradients and avoiding band‐
35 ing artifacts. Default: 50.
36
37 -noalphadither
38 By default, quantized transparency planes are dithered during
39 decompression, to smooth the gradients. This flag will prevent
40 this dithering.
41
42 -usebgcolor
43 Fill transparent areas with the bitstream's own background color
44 instead of checkerboard only. Default is white for non-animated
45 images.
46
47 -mt Use multi-threading for decoding, if possible.
48
49 -info Display image information on top of the decoded image.
50
51 -- string
52 Explicitly specify the input file. This option is useful if the
53 input file starts with an '-' for instance. This option must
54 appear last. Any other options afterward will be ignored. If
55 the input file is "-", the data will be read from stdin instead
56 of a file.
57
58
59
60 KEYBOARD SHORTCUTS
61
62 'c' Toggle use of color profile.
63
64 'b' Toggle display of background color.
65
66 'i' Overlay file information.
67
68 'd' Disable blending and disposal process, for debugging purposes.
69
70 'q' / 'Q' / ESC
71 Quit.
72
73
75 Please report all bugs to the issue tracker:
76 https://bugs.chromium.org/p/webp
77 Patches welcome! See this page to get started: http://www.webmpro‐
78 ject.org/code/contribute/submitting-patches/
79
80
82 vwebp picture.webp
83 vwebp picture.webp -mt -dither 0
84 vwebp -- ---picture.webp
85
86
88 vwebp is a part of libwebp and was written by the WebP team.
89 The latest source tree is available at https://chromium.google‐
90 source.com/webm/libwebp
91
92 This manual page was written for the Debian project (and may be used by
93 others).
94
95
97 dwebp(1)
98 Please refer to http://developers.google.com/speed/webp/ for additional
99 information.
100
101
102
103 July 20, 2018 VWEBP(1)