Skip to content

Commit 447d7fa

Browse files
jzernliujinye-sys
authored andcommitted
man/cwebp.1: clarify -pass > 1 behavior w/o -size/-psnr
A PSNR value of 40dB will be used in this case. Bug: webp:635 Change-Id: I74964a08a1f0a6b92ecfa482753a171ce6f3ae18
1 parent c3701c5 commit 447d7fa

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

man/cwebp.1

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" Hey, EMACS: -*- nroff -*-
2-
.TH CWEBP 1 "March 17, 2022"
2+
.TH CWEBP 1 "March 14, 2024"
33
.SH NAME
44
cwebp \- compress an image file to a WebP file
55
.SH SYNOPSIS
@@ -135,7 +135,9 @@ are used, \fB\-size\fP value will prevail.
135135
Set a maximum number of passes to use during the dichotomy used by
136136
options \fB\-size\fP or \fB\-psnr\fP. Maximum value is 10, default is 1.
137137
If options \fB\-size\fP or \fB\-psnr\fP were used, but \fB\-pass\fP wasn't
138-
specified, a default value of '6' passes will be used.
138+
specified, a default value of '6' passes will be used. If \fB\-pass\fP is
139+
specified, but neither \fB-size\fP nor \fB-psnr\fP are, a target PSNR of 40dB
140+
will be used.
139141
.TP
140142
.BI \-qrange " int int
141143
Specifies the permissible interval for the quality factor. This is particularly

0 commit comments

Comments
 (0)