|
NAMEimg2webp - create animated WebP file from a sequence of input images.SYNOPSISimg2webp [file_options] [[frame_options] frame_file]...img2webp argument_file_name DESCRIPTIONThis 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. FILE-LEVEL OPTIONSThe file-level options are applied at the beginning of the compression process, before the input frames are read.
PER-FRAME OPTIONSThe 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.
EXAMPLEimg2webp -loop 2 in0.png -lossy in1.jpg -d 80 in2.tiff -o out.webpBUGSPlease report all bugs to the issue tracker: https://bugs.chromium.org/p/webpPatches welcome! See this page to get started: https://www.webmproject.org/code/contribute/submitting-patches/ AUTHORSimg2webp 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). SEE ALSOwebpmux(1), gif2webp(1)Please refer to https://developers.google.com/speed/webp/ for additional information.
Visit the GSP FreeBSD Man Page Interface. |