mirror of
https://github.com/webmproject/libwebp.git
synced 2025-08-28 06:42:27 +02:00
gif2webp: dust up the help message
* try to avoid trailing '.'
* rationalize capitalization
missed in:
0a8b886
dust up the help message
Change-Id: I6f80736cc8a2ff4f185f63d463a57d5bbf88a0db
This commit is contained in:
20
README
20
README
@@ -337,24 +337,24 @@ vwebp.
|
||||
|
||||
Usage:
|
||||
gif2webp [options] gif_file -o webp_file
|
||||
options:
|
||||
Options:
|
||||
-h / -help ............ this help
|
||||
-lossy ................. Encode image using lossy compression.
|
||||
-mixed ................. For each frame in the image, pick lossy
|
||||
or lossless compression heuristically.
|
||||
-lossy ................. encode image using lossy compression
|
||||
-mixed ................. for each frame in the image, pick lossy
|
||||
or lossless compression heuristically
|
||||
-q <float> ............. quality factor (0:small..100:big)
|
||||
-m <int> ............... compression method (0=fast, 6=slowest)
|
||||
-kmin <int> ............ Min distance between key frames
|
||||
-kmax <int> ............ Max distance between key frames
|
||||
-kmin <int> ............ min distance between key frames
|
||||
-kmax <int> ............ max distance between key frames
|
||||
-f <int> ............... filter strength (0=off..100)
|
||||
-metadata <string> ..... comma separated list of metadata to
|
||||
copy from the input to the output if present.
|
||||
copy from the input to the output if present
|
||||
Valid values: all, none, icc, xmp (default)
|
||||
-mt .................... use multi-threading if available
|
||||
|
||||
-version ............... print version number and exit.
|
||||
-v ..................... verbose.
|
||||
-quiet ................. don't print anything.
|
||||
-version ............... print version number and exit
|
||||
-v ..................... verbose
|
||||
-quiet ................. don't print anything
|
||||
|
||||
Building:
|
||||
---------
|
||||
|
Reference in New Issue
Block a user