mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-25 05:08:21 +01:00
man/img2webp.1: sync -m text w/cwebp.1 & gif2webp.1
Bug: webp:381109771 Change-Id: I3df400305255ba74a913601cf7aa04f392814370
This commit is contained in:
parent
306335198d
commit
b76c4a8416
@ -1,5 +1,5 @@
|
|||||||
.\" Hey, EMACS: -*- nroff -*-
|
.\" Hey, EMACS: -*- nroff -*-
|
||||||
.TH IMG2WEBP 1 "September 17, 2024"
|
.TH IMG2WEBP 1 "November 26, 2024"
|
||||||
.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
|
||||||
@ -88,6 +88,10 @@ Specify the compression factor between 0 and 100. The default is 75.
|
|||||||
Specify the compression method to use. This parameter controls the
|
Specify the compression method to use. This parameter controls the
|
||||||
trade off between encoding speed and the compressed file size and quality.
|
trade off between encoding speed and the compressed file size and quality.
|
||||||
Possible values range from 0 to 6. Default value is 4.
|
Possible values range from 0 to 6. Default value is 4.
|
||||||
|
When higher values are used, the encoder will spend more time inspecting
|
||||||
|
additional encoding possibilities and decide on the quality gain.
|
||||||
|
Lower value can result in faster processing time at the expense of
|
||||||
|
larger file size and lower compression quality.
|
||||||
.TP
|
.TP
|
||||||
.B \-exact, \-noexact
|
.B \-exact, \-noexact
|
||||||
Preserve or alter RGB values in transparent area. The default is
|
Preserve or alter RGB values in transparent area. The default is
|
||||||
|
Loading…
Reference in New Issue
Block a user