@nwrks/webp-converter
Version:
A small node.js library for converting any image to webp file format or converting webp image to any image file format.
278 lines (193 loc) • 6.37 kB
HTML
<!-- Creator : groff version 1.23.0 -->
<!-- CreationDate: Tue Apr 2 18:27:55 2024 -->
<html>
<head>
<meta name="generator" content="groff -Thtml, see www.gnu.org">
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<meta name="Content-Style" content="text/css">
<style type="text/css">
p { margin-top: 0; margin-bottom: 0; vertical-align: top }
pre { margin-top: 0; margin-bottom: 0; vertical-align: top }
table { margin-top: 0; margin-bottom: 0; vertical-align: top }
h1 { text-align: center }
</style>
<title>VWEBP</title>
</head>
<body>
<h1 align="center">VWEBP</h1>
<a href="#NAME">NAME</a><br>
<a href="#SYNOPSIS">SYNOPSIS</a><br>
<a href="#DESCRIPTION">DESCRIPTION</a><br>
<a href="#OPTIONS">OPTIONS</a><br>
<a href="#KEYBOARD SHORTCUTS">KEYBOARD SHORTCUTS</a><br>
<a href="#BUGS">BUGS</a><br>
<a href="#EXAMPLES">EXAMPLES</a><br>
<a href="#AUTHORS">AUTHORS</a><br>
<a href="#SEE ALSO">SEE ALSO</a><br>
<hr>
<h2>NAME
<a name="NAME"></a>
</h2>
<p style="margin-left:1%; margin-top: 1em">vwebp -
decompress a WebP file and display it in a window</p>
<h2>SYNOPSIS
<a name="SYNOPSIS"></a>
</h2>
<p style="margin-left:1%; margin-top: 1em"><b>vwebp</b>
[<i>options</i>] <i>input_file.webp</i></p>
<h2>DESCRIPTION
<a name="DESCRIPTION"></a>
</h2>
<p style="margin-left:1%; margin-top: 1em">This manual page
documents the <b>vwebp</b> command.</p>
<p style="margin-left:1%; margin-top: 1em"><b>vwebp</b>
decompresses a WebP file and displays it in a window using
OpenGL.</p>
<h2>OPTIONS
<a name="OPTIONS"></a>
</h2>
<table width="100%" border="0" rules="none" frame="void"
cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="1%"></td>
<p style="margin-top: 1em"><b>-h</b></p></td>
<td width="2%">
<p style="margin-top: 1em">Print usage summary.</p></td>
<td width="97%">
</td></tr>
</table>
<p style="margin-left:1%;"><b>-version</b></p>
<p style="margin-left:1%;">Print version number and
exit.</p>
<table width="100%" border="0" rules="none" frame="void"
cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="1%"></td>
<p><b>-noicc</b></p></td>
<td width="4%">
<p>Don’t use the ICC profile if present.</p></td>
<td width="95%">
</td></tr>
</table>
<p style="margin-left:1%;"><b>-nofancy</b></p>
<p style="margin-left:1%;">Don’t use the fancy YUV420
upscaler.</p>
<p style="margin-left:1%;"><b>-nofilter</b></p>
<p style="margin-left:1%;">Disable in-loop filtering.</p>
<p style="margin-left:1%;"><b>-dither</b>
<i>strength</i></p>
<p style="margin-left:1%;">Specify a dithering
<b>strength</b> between 0 and 100. Dithering is a
post-processing effect applied to chroma components in lossy
compression. It helps by smoothing gradients and avoiding
banding artifacts. Default: 50.</p>
<p style="margin-left:1%;"><b>-noalphadither</b></p>
<p style="margin-left:1%;">By default, quantized
transparency planes are dithered during decompression, to
smooth the gradients. This flag will prevent this
dithering.</p>
<p style="margin-left:1%;"><b>-usebgcolor</b></p>
<p style="margin-left:1%;">Fill transparent areas with the
bitstream’s own background color instead of
checkerboard only. Default is white for non-animated
images.</p>
<table width="100%" border="0" rules="none" frame="void"
cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="1%"></td>
<p><b>-mt</b></p></td>
<td width="6%">
<p>Use multi-threading for decoding, if possible.</p></td>
<td width="93%">
</td></tr>
<tr valign="top" align="left">
<td width="1%"></td>
<p><b>-info</b></p></td>
<td width="6%">
<p>Display image information on top of the decoded
image.</p> </td>
<td width="93%">
</td></tr>
</table>
<p style="margin-left:1%;"><b>--</b> <i>string</i></p>
<p style="margin-left:1%;">Explicitly specify the input
file. This option is useful if the input file starts with an
’-’ for instance. This option must appear
<b>last</b>. Any other options afterward will be ignored. If
the input file is "-", the data will be read from
<i>stdin</i> instead of a file.</p>
<h2>KEYBOARD SHORTCUTS
<a name="KEYBOARD SHORTCUTS"></a>
</h2>
<table width="100%" border="0" rules="none" frame="void"
cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="1%"></td>
<p><b>’c’</b></p></td>
<td width="7%">
<p>Toggle use of color profile.</p></td>
<td width="92%">
</td></tr>
<tr valign="top" align="left">
<td width="1%"></td>
<p><b>’b’</b></p></td>
<td width="7%">
<p>Toggle display of background color.</p></td>
<td width="92%">
</td></tr>
<tr valign="top" align="left">
<td width="1%"></td>
<p><b>’i’</b></p></td>
<td width="7%">
<p>Overlay file information.</p></td>
<td width="92%">
</td></tr>
<tr valign="top" align="left">
<td width="1%"></td>
<p><b>’d’</b></p></td>
<td width="7%">
<p>Disable blending and disposal process, for debugging
purposes.</p> </td>
<td width="92%">
</td></tr>
</table>
<p style="margin-left:1%;"><b>’q’ /
’Q’ / ESC</b></p>
<p style="margin-left:1%;">Quit.</p>
<h2>BUGS
<a name="BUGS"></a>
</h2>
<p style="margin-left:1%; margin-top: 1em">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/</p>
<h2>EXAMPLES
<a name="EXAMPLES"></a>
</h2>
<p style="margin-left:1%; margin-top: 1em">vwebp
picture.webp <br>
vwebp picture.webp -mt -dither 0 <br>
vwebp -- ---picture.webp</p>
<h2>AUTHORS
<a name="AUTHORS"></a>
</h2>
<p style="margin-left:1%; margin-top: 1em"><b>vwebp</b> 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</p>
<p style="margin-left:1%; margin-top: 1em">This manual page
was written for the Debian project (and may be used by
others).</p>
<h2>SEE ALSO
<a name="SEE ALSO"></a>
</h2>
<p style="margin-left:1%; margin-top: 1em"><b>dwebp</b>(1)
<br>
Please refer to https://developers.google.com/speed/webp/
for additional information.</p>
<hr>
</body>
</html>