UNPKG

webp-simple-converter

Version:

A small node.js library for converting any image to webp file format or converting webp image to any image file format.

283 lines (197 loc) 6.62 kB
<!-- Creator : groff version 1.22.4 --> <!-- CreationDate: Thu Dec 26 17:01:13 2019 --> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <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:11%; 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:11%; 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:11%; margin-top: 1em">This manual page documents the <b>vwebp</b> command.</p> <p style="margin-left:11%; 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="11%"></td> <td width="3%"> <p style="margin-top: 1em"><b>-h</b></p></td> <td width="8%"></td> <td width="30%"> <p style="margin-top: 1em">Print usage summary.</p></td> <td width="48%"> </td></tr> </table> <p style="margin-left:11%;"><b>-version</b></p> <p style="margin-left:22%;">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="11%"></td> <td width="9%"> <p><b>-noicc</b></p></td> <td width="2%"></td> <td width="56%"> <p>Don&rsquo;t use the ICC profile if present.</p></td> <td width="22%"> </td></tr> </table> <p style="margin-left:11%;"><b>-nofancy</b></p> <p style="margin-left:22%;">Don&rsquo;t use the fancy YUV420 upscaler.</p> <p style="margin-left:11%;"><b>-nofilter</b></p> <p style="margin-left:22%;">Disable in-loop filtering.</p> <p style="margin-left:11%;"><b>-dither</b> <i>strength</i></p> <p style="margin-left:22%;">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:11%;"><b>-noalphadither</b></p> <p style="margin-left:22%;">By default, quantized transparency planes are dithered during decompression, to smooth the gradients. This flag will prevent this dithering.</p> <p style="margin-left:11%;"><b>-usebgcolor</b></p> <p style="margin-left:22%;">Fill transparent areas with the bitstream&rsquo;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="11%"></td> <td width="7%"> <p><b>-mt</b></p></td> <td width="4%"></td> <td width="78%"> <p>Use multi-threading for decoding, if possible.</p></td></tr> <tr valign="top" align="left"> <td width="11%"></td> <td width="7%"> <p><b>-info</b></p></td> <td width="4%"></td> <td width="78%"> <p>Display image information on top of the decoded image.</p> </td></tr> </table> <p style="margin-left:11%;"><b>--</b> <i>string</i></p> <p style="margin-left:22%;">Explicitly specify the input file. This option is useful if the input file starts with an &rsquo;-&rsquo; for instance. This option must appear <b>last</b>. Any other options afterward will be ignored. If the input file is &quot;-&quot;, 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="11%"></td> <td width="4%"> <p style="margin-top: 1em"><b>&rsquo;c&rsquo;</b></p></td> <td width="7%"></td> <td width="78%"> <p style="margin-top: 1em">Toggle use of color profile.</p></td></tr> <tr valign="top" align="left"> <td width="11%"></td> <td width="4%"> <p><b>&rsquo;b&rsquo;</b></p></td> <td width="7%"></td> <td width="78%"> <p>Toggle display of background color.</p></td></tr> <tr valign="top" align="left"> <td width="11%"></td> <td width="4%"> <p><b>&rsquo;i&rsquo;</b></p></td> <td width="7%"></td> <td width="78%"> <p>Overlay file information.</p></td></tr> <tr valign="top" align="left"> <td width="11%"></td> <td width="4%"> <p><b>&rsquo;d&rsquo;</b></p></td> <td width="7%"></td> <td width="78%"> <p>Disable blending and disposal process, for debugging purposes.</p> </td></tr> </table> <p style="margin-left:11%;"><b>&rsquo;q&rsquo; / &rsquo;Q&rsquo; / ESC</b></p> <p style="margin-left:22%;">Quit.</p> <h2>BUGS <a name="BUGS"></a> </h2> <p style="margin-left:11%; 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: http://www.webmproject.org/code/contribute/submitting-patches/</p> <h2>EXAMPLES <a name="EXAMPLES"></a> </h2> <p style="margin-left:11%; 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:11%; 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:11%; 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:11%; margin-top: 1em"><b>dwebp</b>(1) <br> Please refer to http://developers.google.com/speed/webp/ for additional information.</p> <hr> </body> </html>