README: update dwebp options

Change-Id: I25300e374215578d091557380ce3dc599d58bd49
This commit is contained in:
James Zern 2013-12-17 21:51:41 -08:00
parent a9a20acfa6
commit f9016cb964

4
README
View File

@ -265,10 +265,13 @@ Use following options to convert into alternate image formats:
-version .... print version number and exit.
-nofancy ..... don't use the fancy YUV420 upscaler.
-nofilter .... disable in-loop filtering.
-nodither .... disable dithering.
-dither <d> .. dithering strength (in 0..100)
-mt .......... use multi-threading
-crop <x> <y> <w> <h> ... crop output with the given rectangle
-scale <w> <h> .......... scale the output (*after* any cropping)
-alpha ....... only save the alpha plane.
-incremental . use incremental decoding (useful for tests)
-h ....... this help message.
-v ....... verbose (e.g. print encoding/decoding times)
-noasm ....... disable all assembly optimizations.
@ -289,6 +292,7 @@ Options are:
-noicc ....... don't use the icc profile if present.
-nofancy ..... don't use the fancy YUV420 upscaler.
-nofilter .... disable in-loop filtering.
-dither <int> dithering strength (0..100). Default=50.
-mt .......... use multi-threading.
-info ........ print info.
-h ....... this help message.