Skip to content

Commit

Permalink
man/img2webp.1: sync -m text w/cwebp.1 & gif2webp.1
Browse files Browse the repository at this point in the history
Bug: webp:381109771
Change-Id: I3df400305255ba74a913601cf7aa04f392814370
  • Loading branch information
jzern committed Nov 26, 2024
1 parent 3063351 commit b76c4a8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion man/img2webp.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" Hey, EMACS: -*- nroff -*-
.TH IMG2WEBP 1 "September 17, 2024"
.TH IMG2WEBP 1 "November 26, 2024"
.SH NAME
img2webp \- create animated WebP file from a sequence of input images.
.SH SYNOPSIS
Expand Down Expand Up @@ -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
trade off between encoding speed and the compressed file size and quality.
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
.B \-exact, \-noexact
Preserve or alter RGB values in transparent area. The default is
Expand Down

0 comments on commit b76c4a8

Please # to comment.