gif2webp: Add a multi-threaded encode option

Change-Id: If16a5f434e0ab2965a7ac9392633ecaf8c4aff46
This commit is contained in:
Urvang Joshi
2013-12-17 17:01:59 -08:00
parent 495bef413d
commit a9a20acfa6
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,5 @@
.\" Hey, EMACS: -*- nroff -*-
.TH GIF2WEBP 1 "December 12, 2013"
.TH GIF2WEBP 1 "December 17, 2013"
.SH NAME
gif2webp \- Convert a GIF image to WebP
.SH SYNOPSIS
@ -98,6 +98,10 @@ strength of the filtering process applied after decoding the picture. The higher
the value the smoother the picture will appear. Typical values are usually in
the range of 20 to 50.
.TP
.B \-mt
Use multi-threading for encoding, if possible. This option is only effective
when using lossy compression.
.TP
.B \-v
Print extra information.
.TP