vwebp
名称
vwebp
- 解压缩 WebP 文件并将其显示在窗口中
摘要
vwebp [options] input_file.webp
说明
vwebp
用于解压缩 WebP 文件,并使用 OpenGL 将其显示在窗口中。
选项
-h
- 输出使用情况摘要。
-version
- 输出版本号并退出。
-noicc
- 请勿使用 ICC 配置文件(如果有)。
-nofancy
- 不要使用花哨的 YUV420 放大器。
-nofilter
- 停用循环过滤。
-dither strength
- 指定介于
0
和 100
之间的抖动强度。抖动是一种
对有损压缩中色度分量应用的后处理效果。
它有助于平滑梯度并避免条带伪影。默认:
50
。
-mt
- 尽可能使用多线程解码。
-info
- 在已解码的图片上显示图片信息。
-- string
- 明确指定输入文件。如果输入
文件以“-”开头例如此选项必须显示为
last
。
之后的任何其他选项都将被忽略。如果输入文件为“-”,
相应数据将从 stdin 而非文件中读取数据。
键盘快捷键
c
- 切换颜色配置文件的使用
i
- 叠加层文件信息
d
- 出于调试目的停用混合和处置流程。
q
/ Q
/ Esc
- 退出
错误
示例
vwebp picture.webp
vwebp picture.webp -mt -dither 0
vwebp -- ---picture.webp
作者
vwebp
是 libwebp
的一部分,由 WebP 团队编写。
最新的源代码树位于
https://chromium.googlesource.com/webm/libwebp/
本手册页面是针对 Debian 项目编写的(可能可供
其他)。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-20。
[null,null,["最后更新时间 (UTC):2024-09-20。"],[[["`vwebp` is a command-line tool that decompresses WebP files and displays them in a window."],["It offers various options for controlling the decoding process, such as using multi-threading, adjusting dithering strength, and disabling filters."],["Users can interact with the displayed image using keyboard shortcuts to toggle features or access information."],["Bug reports and patches are encouraged through provided links."],["`vwebp` is developed by the WebP team as part of the `libwebp` library."]]],["`vwebp` decompresses and displays WebP files using OpenGL. Key actions include using options like `-noicc` to disable ICC profiles, `-nofancy` for upscaling, `-nofilter` to disable filtering, and `-dither` to adjust dithering strength. The `-mt` option enables multi-threading. `vwebp` can show image information with `-info`. Input can be from a file or stdin. Keyboard shortcuts include `c` for color profile toggle, `i` for overlay information, `d` to disable blending, and `q` to quit.\n"]]