mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-12 22:14:29 +02:00
gif2webp: Disable output of ICC profile by default
This is to discourage generation of animated WebP images with ICC profile, as the real-world use-case for such images is rare at best. Output of ICC/XMP metadata is now controlled by the '-metadata' option. Change-Id: I8e3e29878c32bf46cbc661f50661bac602603c43
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
.\" Hey, EMACS: -*- nroff -*-
|
||||
.TH GIF2WEBP 1 "November 13, 2013"
|
||||
.TH GIF2WEBP 1 "November 18, 2013"
|
||||
.SH NAME
|
||||
gif2webp \- Convert a GIF image to WebP
|
||||
.SH SYNOPSIS
|
||||
@ -84,6 +84,12 @@ Some restrictions:
|
||||
.br
|
||||
If any of these restrictions are not met, they will be enforced automatically.
|
||||
.TP
|
||||
.BI \-metadata " string
|
||||
A comma separated list of metadata to copy from the input to the output if
|
||||
present.
|
||||
Valid values: \fBall\fP, \fBnone\fP, \fBicc\fP, \fBxmp\fP.
|
||||
The default is \fBxmp\fP.
|
||||
.TP
|
||||
.BI \-f " int
|
||||
For lossy encoding only (specified by the \-lossy option). Specify the strength
|
||||
of the deblocking filter, between 0 (no filtering) and 100 (maximum filtering).
|
||||
|
Reference in New Issue
Block a user