Blame man/vwebp.1

Packit 9c6abc
.\"                                      Hey, EMACS: -*- nroff -*-
Packit 9c6abc
.TH VWEBP 1 "November 25, 2016"
Packit 9c6abc
.SH NAME
Packit 9c6abc
vwebp \- decompress a WebP file and display it in a window
Packit 9c6abc
.SH SYNOPSIS
Packit 9c6abc
.B vwebp
Packit 9c6abc
.RI [ options ] " input_file.webp
Packit 9c6abc
.br
Packit 9c6abc
.SH DESCRIPTION
Packit 9c6abc
This manual page documents the
Packit 9c6abc
.B vwebp
Packit 9c6abc
command.
Packit 9c6abc
.PP
Packit 9c6abc
\fBvwebp\fP decompresses a WebP file and displays it in a window using OpenGL.
Packit 9c6abc
.SH OPTIONS
Packit 9c6abc
.TP
Packit 9c6abc
.B \-h
Packit 9c6abc
Print usage summary.
Packit 9c6abc
.TP
Packit 9c6abc
.B \-version
Packit 9c6abc
Print version number and exit.
Packit 9c6abc
.TP
Packit 9c6abc
.B \-noicc
Packit 9c6abc
Don't use the ICC profile if present.
Packit 9c6abc
.TP
Packit 9c6abc
.B \-nofancy
Packit 9c6abc
Don't use the fancy YUV420 upscaler.
Packit 9c6abc
.TP
Packit 9c6abc
.B \-nofilter
Packit 9c6abc
Disable in-loop filtering.
Packit 9c6abc
.TP
Packit 9c6abc
.BI \-dither " strength
Packit 9c6abc
Specify a dithering \fBstrength\fP between 0 and 100. Dithering is a
Packit 9c6abc
post-processing effect applied to chroma components in lossy compression.
Packit 9c6abc
It helps by smoothing gradients and avoiding banding artifacts. Default: 50.
Packit 9c6abc
.TP
Packit 9c6abc
.BI \-noalphadither
Packit 9c6abc
By default, quantized transparency planes are dithered during decompression,
Packit 9c6abc
to smooth the gradients. This flag will prevent this dithering.
Packit 9c6abc
.TP
Packit 9c6abc
.B \-mt
Packit 9c6abc
Use multi-threading for decoding, if possible.
Packit 9c6abc
.TP
Packit 9c6abc
.B \-info
Packit 9c6abc
Display image information on top of the decoded image.
Packit 9c6abc
.TP
Packit 9c6abc
.BI \-\- " string
Packit 9c6abc
Explicitly specify the input file. This option is useful if the input
Packit 9c6abc
file starts with an '\-' for instance. This option must appear \fBlast\fP.
Packit 9c6abc
Any other options afterward will be ignored. If the input file is "\-",
Packit 9c6abc
the data will be read from \fIstdin\fP instead of a file.
Packit 9c6abc
.TP
Packit 9c6abc
Packit 9c6abc
.SH KEYBOARD SHORTCUTS
Packit 9c6abc
.TP
Packit 9c6abc
.B 'c'
Packit 9c6abc
Toggle use of color profile.
Packit 9c6abc
.TP
Packit 9c6abc
.B 'i'
Packit 9c6abc
Overlay file information.
Packit 9c6abc
.TP
Packit 9c6abc
.B 'd'
Packit 9c6abc
Disable blending and disposal process, for debugging purposes.
Packit 9c6abc
.TP
Packit 9c6abc
.B 'q' / 'Q' / ESC
Packit 9c6abc
Quit.
Packit 9c6abc
Packit 9c6abc
.SH BUGS
Packit 9c6abc
Please report all bugs to the issue tracker:
Packit 9c6abc
https://bugs.chromium.org/p/webp
Packit 9c6abc
.br
Packit 9c6abc
Patches welcome! See this page to get started:
Packit 9c6abc
http://www.webmproject.org/code/contribute/submitting-patches/
Packit 9c6abc
Packit 9c6abc
.SH EXAMPLES
Packit 9c6abc
vwebp picture.webp
Packit 9c6abc
.br
Packit 9c6abc
vwebp picture.webp -mt -dither 0
Packit 9c6abc
.br
Packit 9c6abc
vwebp \-\- \-\-\-picture.webp
Packit 9c6abc
Packit 9c6abc
.SH AUTHORS
Packit 9c6abc
\fBvwebp\fP is a part of libwebp and was written by the WebP team.
Packit 9c6abc
.br
Packit 9c6abc
The latest source tree is available at
Packit 9c6abc
https://chromium.googlesource.com/webm/libwebp
Packit 9c6abc
.PP
Packit 9c6abc
This manual page was written for the Debian project (and may be used by others).
Packit 9c6abc
Packit 9c6abc
.SH SEE ALSO
Packit 9c6abc
.BR dwebp (1)
Packit 9c6abc
.br
Packit 9c6abc
Please refer to http://developers.google.com/speed/webp/ for additional
Packit 9c6abc
information.