mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-19 20:08:28 +01:00
Reword img2webp synopsis command line
See https://bugs.chromium.org/p/webp/issues/detail?id=549 Change-Id: I75562d2ad021d8ec107eb4ced5b28e0abf373324
This commit is contained in:
parent
8ea81561d2
commit
a80954a1d9
2
README
2
README
@ -456,7 +456,7 @@ modes, etc.
|
|||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
|
|
||||||
img2webp [file-level options] [image files...] [per-frame options...]
|
img2webp [file_options] [[frame_options] frame_file]...
|
||||||
|
|
||||||
File-level options (only used at the start of compression):
|
File-level options (only used at the start of compression):
|
||||||
-min_size ............ minimize size
|
-min_size ............ minimize size
|
||||||
|
@ -35,8 +35,7 @@
|
|||||||
|
|
||||||
static void Help(void) {
|
static void Help(void) {
|
||||||
printf("Usage:\n\n");
|
printf("Usage:\n\n");
|
||||||
printf(" img2webp [file-level options] [image files...] "
|
printf(" img2webp [file_options] [[frame_options] frame_file]...\n");
|
||||||
"[per-frame options...]\n");
|
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
|
||||||
printf("File-level options (only used at the start of compression):\n");
|
printf("File-level options (only used at the start of compression):\n");
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
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
|
||||||
.B img2webp
|
.B img2webp
|
||||||
[file_level_options] [files] [per_frame_options...]
|
[file_options] [[frame_options] frame_file]...
|
||||||
.br
|
.br
|
||||||
.B img2webp argument_file_name
|
.B img2webp argument_file_name
|
||||||
.br
|
.br
|
||||||
|
Loading…
Reference in New Issue
Block a user