IMG2WEBP(1) | General Commands Manual | IMG2WEBP(1) |
img2webp - create animated WebP file from a sequence of input images.
img2webp [file_options] [[frame_options] frame_file]...
img2webp argument_file_name
This manual page documents the img2webp command.
img2webp compresses a sequence of images using the animated WebP format. Input images can either be PNG, JPEG, TIFF or WebP. If a single file name (not starting with the character '-') is supplied as the argument, the command line arguments are actually tokenized from this file. This allows for easy scripting or using a large number of arguments.
The file-level options are applied at the beginning of the compression process, before the input frames are read.
The per-frame options are applied for the images following as arguments in the command line. They can be modified any number of times preceding each particular input image.
img2webp -loop 2 in0.png -lossy in1.jpg -d 80 in2.tiff -o out.webp
Please report all bugs to the issue tracker:
https://bugs.chromium.org/p/webp
Patches welcome! See this page to get started:
https://www.webmproject.org/code/contribute/submitting-patches/
img2webp is a part of libwebp and was written by the WebP
team.
The latest source tree is available at
https://chromium.googlesource.com/webm/libwebp
This manual page was written by Pascal Massimino <pascal.massimino@gmail.com>, for the Debian project (and may be used by others).
webpmux(1), gif2webp(1)
Please refer to https://developers.google.com/speed/webp/ for additional
information.
January 5, 2022 |