cwebp.1: improve some grammar
Change-Id: Id849d7e0d7573f5b8d3b2e807d95e9c628f03b1e
(cherry picked from commit 5b46f7fc80
)
This commit is contained in:
parent
af2e05cbdf
commit
9c75dbd39c
12
man/cwebp.1
12
man/cwebp.1
@ -1,5 +1,5 @@
|
|||||||
.\" Hey, EMACS: -*- nroff -*-
|
.\" Hey, EMACS: -*- nroff -*-
|
||||||
.TH CWEBP 1 "August 05, 2016"
|
.TH CWEBP 1 "September 02, 2016"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
cwebp \- compress an image file to a WebP file
|
cwebp \- compress an image file to a WebP file
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@ -117,15 +117,15 @@ or without alpha).
|
|||||||
.TP
|
.TP
|
||||||
.BI \-size " int
|
.BI \-size " int
|
||||||
Specify a target size (in bytes) to try and reach for the compressed output.
|
Specify a target size (in bytes) to try and reach for the compressed output.
|
||||||
Compressor will make several pass of partial encoding in order to get as
|
The compressor will make several passes of partial encoding in order to get as
|
||||||
close as possible to this target. If both \fB\-size\fP and \fB\-psnr\fP
|
close as possible to this target. If both \fB\-size\fP and \fB\-psnr\fP
|
||||||
as used, \fB\-size\fP value will prevail.
|
are used, \fB\-size\fP value will prevail.
|
||||||
.TP
|
.TP
|
||||||
.BI \-psnr " float
|
.BI \-psnr " float
|
||||||
Specify a target PSNR (in dB) to try and reach for the compressed output.
|
Specify a target PSNR (in dB) to try and reach for the compressed output.
|
||||||
Compressor will make several pass of partial encoding in order to get as
|
The compressor will make several passes of partial encoding in order to get as
|
||||||
close as possible to this target. If both \fB\-size\fP and \fB\-psnr\fP
|
close as possible to this target. If both \fB\-size\fP and \fB\-psnr\fP
|
||||||
as used, \fB\-size\fP value will prevail.
|
are used, \fB\-size\fP value will prevail.
|
||||||
.TP
|
.TP
|
||||||
.BI \-pass " int
|
.BI \-pass " int
|
||||||
Set a maximum number of passes to use during the dichotomy used by
|
Set a maximum number of passes to use during the dichotomy used by
|
||||||
@ -222,7 +222,7 @@ Report encoding progress in percent.
|
|||||||
Do not print anything.
|
Do not print anything.
|
||||||
.TP
|
.TP
|
||||||
.B \-short
|
.B \-short
|
||||||
Only print brief information (output file size and PSNR) for testing purpose.
|
Only print brief information (output file size and PSNR) for testing purposes.
|
||||||
.TP
|
.TP
|
||||||
.BI \-map " int
|
.BI \-map " int
|
||||||
Output additional ASCII\-map of encoding information. Possible map values
|
Output additional ASCII\-map of encoding information. Possible map values
|
||||||
|
Loading…
Reference in New Issue
Block a user