mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-13 06:24:27 +02:00
gif2webp: let -- stop parameter parsing
this enables gif2webp to accept input files starting with '-' Change-Id: I994a5587e16e3af83ca45bfda8caf2dc39068b6c
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
.\" Hey, EMACS: -*- nroff -*-
|
||||
.TH GIF2WEBP 1 "November 18, 2013"
|
||||
.TH GIF2WEBP 1 "December 12, 2013"
|
||||
.SH NAME
|
||||
gif2webp \- Convert a GIF image to WebP
|
||||
.SH SYNOPSIS
|
||||
@ -119,6 +119,8 @@ gif2webp \-q 70 picture.gif \-o picture.webp
|
||||
gif2webp \-lossy \-m 3 picture.gif \-o picture_lossy.webp
|
||||
.br
|
||||
gif2webp \-lossy \-f 50 picture.gif \-o picture.webp
|
||||
.br
|
||||
gif2webp \-q 70 \-o picture.webp \-\- \-\-\-picture.gif
|
||||
|
||||
.SH AUTHORS
|
||||
\fBgif2webp\fP was written by the WebP team.
|
||||
|
Reference in New Issue
Block a user