/opt/alt/alt-ImageMagick/usr/usr/share/man/man1
NameSizeModeActions
animate.155170644editdlrm
compare.159070644editdlrm
composite.162970644editdlrm
conjure.118360644editdlrm
convert.1191030644editdlrm
cwebp.1137100644editdlrm
display.177770644editdlrm
dwebp.150980644editdlrm
fax2ps.143790644editdlrm
fax2tiff.182610644editdlrm
freetype-config.128860644editdlrm
gif2webp.164200644editdlrm
heif-convert.19140644editdlrm
heif-enc.124150644editdlrm
heif-info.16590644editdlrm
heif-thumbnailer.17360644editdlrm
identify.150560644editdlrm
ImageMagick.163090644editdlrm
img2webp.147280644editdlrm
import.156380644editdlrm
magick-script.1157760644editdlrm
magick.1158560644editdlrm
mogrify.1188740644editdlrm
montage.181960644editdlrm
pal2rgb.129340644editdlrm
ppm2tiff.125590644editdlrm
raw2tiff.150550644editdlrm
rgb2ycbcr.127040644editdlrm
stream.134380644editdlrm
thumbnail.125690644editdlrm
tiff2bw.124500644editdlrm
tiff2pdf.173120644editdlrm
tiff2ps.184340644editdlrm
tiff2rgba.132320644editdlrm
tiffcmp.123940644editdlrm
tiffcp.198070644editdlrm
tiffcrop.1244020644editdlrm
tiffdither.136030644editdlrm
tiffdump.123730644editdlrm
tiffgt.164160644editdlrm
tiffinfo.123290644editdlrm
tiffmedian.130060644editdlrm
tiffset.125830644editdlrm
tiffsplit.118750644editdlrm
vwebp.128240644editdlrm
webpinfo.121050644editdlrm
webpmux.168770644editdlrm
Edit: /opt/alt/alt-ImageMagick/usr/usr/share/man/man1/vwebp.1 (2824B)
.\" Hey, EMACS: -*- nroff -*- .TH VWEBP 1 "July 18, 2024" .SH NAME vwebp \- decompress a WebP file and display it in a window .SH SYNOPSIS .B vwebp .RI [ options ] " input_file.webp .br .SH DESCRIPTION This manual page documents the .B vwebp command. .PP \fBvwebp\fP decompresses a WebP file and displays it in a window using OpenGL. .SH OPTIONS .TP .B \-h Print usage summary. .TP .B \-version Print version number and exit. .TP .B \-noicc Don't use the ICC profile if present. .TP .B \-nofancy Don't use the fancy YUV420 upscaler. .TP .B \-nofilter Disable in-loop filtering. .TP .BI \-dither " strength Specify a dithering \fBstrength\fP 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. .TP .BI \-noalphadither By default, quantized transparency planes are dithered during decompression, to smooth the gradients. This flag will prevent this dithering. .TP .B \-usebgcolor Fill transparent areas with the bitstream's own background color instead of checkerboard only. Default is white for non-animated images. .TP .B \-mt Use multi-threading for decoding, if possible. .TP .B \-info Display image information on top of the decoded image. .TP .BI \-\- " string Explicitly specify the input file. This option is useful if the input file starts with an '\-' for instance. This option must appear \fBlast\fP. Any other options afterward will be ignored. If the input file is "\-", the data will be read from \fIstdin\fP instead of a file. .TP .SH KEYBOARD SHORTCUTS .TP .B 'c' Toggle use of color profile. .TP .B 'b' Toggle display of background color. .TP .B 'i' Overlay file information. .TP .B 'd' Disable blending and disposal process, for debugging purposes. .TP .B 'q' / 'Q' / ESC Quit. .SH EXIT STATUS If there were no problems during execution, \fBvwebp\fP exits with the value of the C constant \fBEXIT_SUCCESS\fP. This is usually zero. .PP If an error occurs, \fBvwebp\fP exits with the value of the C constant \fBEXIT_FAILURE\fP. This is usually one. .SH EXAMPLES vwebp picture.webp .br vwebp picture.webp -mt -dither 0 .br vwebp \-\- \-\-\-picture.webp .SH AUTHORS \fBvwebp\fP 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 .PP This manual page was written for the Debian project (and may be used by others). .SH REPORTING BUGS Please report all bugs to the issue tracker: https://issues.webmproject.org .br Patches welcome! See this page to get started: https://www.webmproject.org/code/contribute/submitting\-patches/ .SH SEE ALSO .BR dwebp (1) .br Please refer to https://developers.google.com/speed/webp/ for additional information.