mirror of
https://github.com/webmproject/libwebp.git
synced 2025-04-05 00:16:50 +02:00
man/{gif2,img2}webp,webpmux: normalize some wording
Change-Id: Iced9d3dfdaff0356499d4e872c20255edea7bd0b
This commit is contained in:
parent
f9b30586eb
commit
b3ff0bdec1
@ -1,5 +1,5 @@
|
|||||||
.\" Hey, EMACS: -*- nroff -*-
|
.\" Hey, EMACS: -*- nroff -*-
|
||||||
.TH GIF2WEBP 1 "January 25, 2018"
|
.TH GIF2WEBP 1 "May 1, 2020"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
gif2webp \- Convert a GIF image to WebP
|
gif2webp \- Convert a GIF image to WebP
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@ -62,9 +62,9 @@ larger file size and lower compression quality.
|
|||||||
.TP
|
.TP
|
||||||
.BI \-min_size
|
.BI \-min_size
|
||||||
Encode image to achieve smallest size. This disables key frame insertion and
|
Encode image to achieve smallest size. This disables key frame insertion and
|
||||||
picks the dispose method resulting in smallest output for each frame. It uses
|
picks the dispose method resulting in the smallest output for each frame. It
|
||||||
lossless compression by default, but can be combined with \-q, \-m, \-lossy or
|
uses lossless compression by default, but can be combined with \-q, \-m,
|
||||||
\-mixed options.
|
\-lossy or \-mixed options.
|
||||||
.TP
|
.TP
|
||||||
.BI \-kmin " int
|
.BI \-kmin " int
|
||||||
.TP
|
.TP
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.\" Hey, EMACS: -*- nroff -*-
|
.\" Hey, EMACS: -*- nroff -*-
|
||||||
.TH IMG2WEBP 1 "April 3, 2018"
|
.TH IMG2WEBP 1 "May 1, 2020"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
img2webp \- create animated WebP file from a sequence of input images.
|
img2webp \- create animated WebP file from a sequence of input images.
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@ -16,8 +16,8 @@ command.
|
|||||||
\fBimg2webp\fP compresses a sequence of images using the animated WebP format.
|
\fBimg2webp\fP compresses a sequence of images using the animated WebP format.
|
||||||
Input images can either be PNG, JPEG, TIFF or WebP.
|
Input images can either be PNG, JPEG, TIFF or WebP.
|
||||||
If a single file name (not starting with the character '\-') is supplied as
|
If a single file name (not starting with the character '\-') is supplied as
|
||||||
the argument, the command line argument are actually tokenized from this file.
|
the argument, the command line arguments are actually tokenized from this file.
|
||||||
This allows for easy scripting or using large number of arguments.
|
This allows for easy scripting or using a large number of arguments.
|
||||||
.SH FILE-LEVEL OPTIONS
|
.SH FILE-LEVEL OPTIONS
|
||||||
The file-level options are applied at the beginning of the compression process,
|
The file-level options are applied at the beginning of the compression process,
|
||||||
before the input frames are read.
|
before the input frames are read.
|
||||||
@ -27,7 +27,7 @@ Specify the name of the output WebP file.
|
|||||||
.TP
|
.TP
|
||||||
.BI \-min_size
|
.BI \-min_size
|
||||||
Encode images to achieve smallest size. This disables key frame insertion and
|
Encode images to achieve smallest size. This disables key frame insertion and
|
||||||
picks the parameters resulting in smallest output for each frame. It uses
|
picks the parameters resulting in the smallest output for each frame. It uses
|
||||||
lossless compression by default, but can be combined with \-q, \-m, \-lossy or
|
lossless compression by default, but can be combined with \-q, \-m, \-lossy or
|
||||||
\-mixed options.
|
\-mixed options.
|
||||||
.TP
|
.TP
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.\" Hey, EMACS: -*- nroff -*-
|
.\" Hey, EMACS: -*- nroff -*-
|
||||||
.TH WEBPMUX 1 "April 23, 2018"
|
.TH WEBPMUX 1 "May 1, 2020"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
webpmux \- create animated WebP files from non\-animated WebP images, extract
|
webpmux \- create animated WebP files from non\-animated WebP images, extract
|
||||||
frames from animated WebP images, and manage XMP/EXIF metadata and ICC profile.
|
frames from animated WebP images, and manage XMP/EXIF metadata and ICC profile.
|
||||||
@ -59,7 +59,7 @@ command.
|
|||||||
to add/extract/strip XMP/EXIF metadata and ICC profile.
|
to add/extract/strip XMP/EXIF metadata and ICC profile.
|
||||||
If a single file name (not starting with the character '\-') is supplied as
|
If a single file name (not starting with the character '\-') is supplied as
|
||||||
the argument, the command line arguments are actually tokenized from this file.
|
the argument, the command line arguments are actually tokenized from this file.
|
||||||
This allows for easy scripting or using large number of arguments.
|
This allows for easy scripting or using a large number of arguments.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.SS GET_OPTIONS (\-get):
|
.SS GET_OPTIONS (\-get):
|
||||||
.TP
|
.TP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user