mirror of
https://github.com/webmproject/libwebp.git
synced 2025-08-29 07:12:05 +02:00
remove -noalphadither option from README/vwebp.1
+ vwebp's -help output
this is a future option; missed in:
793368e
restore decode API compatibility
Change-Id: If920df2cf8de57ebad93a6b98830562149396d8d
This commit is contained in:
11
man/vwebp.1
11
man/vwebp.1
@@ -1,5 +1,5 @@
|
||||
.\" Hey, EMACS: -*- nroff -*-
|
||||
.TH VWEBP 1 "June 13, 2014"
|
||||
.TH VWEBP 1 "July 23, 2014"
|
||||
.SH NAME
|
||||
vwebp \- decompress a WebP file and display it in a window
|
||||
.SH SYNOPSIS
|
||||
@@ -33,10 +33,11 @@ Disable in-loop filtering.
|
||||
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.
|
||||
.\" TODO(jzern): restore post-v0.4.1
|
||||
.\" .TP
|
||||
.\" .BI \-noalphadither
|
||||
.\" By default, quantized transparency planes are dithered during decompression,
|
||||
.\" to smooth the gradients. This flag will prevent this dithering.
|
||||
.TP
|
||||
.B \-mt
|
||||
Use multi-threading for decoding, if possible.
|
||||
|
Reference in New Issue
Block a user