libwebp/man
Pascal Massimino 03f40955a3 img2webp: convert a sequence of images to an animated webp
Usage:

  img2webp [file-level options] [image files...] [per-frame options...]

File-level options (only used at the start of compression):
 -min_size ............ minimize size
 -loop <int> .......... loop count (default: 0, = infinite loop)
 -kmax <int> .......... maximum number of frame between key-frames
                        (0=only keyframes)
 -kmin <int> .......... minimum number of frame between key-frames
                        (0=disable key-frames altogether)
 -mixed ............... use mixed lossy/lossless automatic mode
 -v ................... verbose mode
 -h ................... this help

Per-frame options (only used for subsequent images input):
 -d <int> ............. frame duration in ms (default: 100)
 -lossless  ........... use lossless mode (default)
 -lossy ... ........... use lossy mode
 -q <float> ........... quality
 -m <int> ............. method to use

example: img2webp -loop 2 in0.png -lossy in1.jpg
                  -d 80 in2.tiff -o out.webp

Change-Id: I23771b90eaf0660f420d7ffd304e704155386286
2016-12-02 11:44:17 +01:00
..
cwebp.1 cwebp.1: improve some grammar 2016-09-02 00:08:14 -07:00
dwebp.1 'our bug tracker' -> 'the bug tracker' 2016-06-23 16:06:12 -07:00
gif2webp.1 'our bug tracker' -> 'the bug tracker' 2016-06-23 16:06:12 -07:00
img2webp.1 img2webp: convert a sequence of images to an animated webp 2016-12-02 11:44:17 +01:00
Makefile.am add man/vwebp.1 2014-01-10 17:43:03 -08:00
vwebp.1 vwebp: make 'd' key toggle the debugging of fragments 2016-11-28 19:47:23 +00:00
webpmux.1 webpmux -duration: set default 'end' value equal to 'start' 2016-11-11 17:57:56 +00:00