mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-20 04:18:26 +01:00
dwebp: report -alpha option
remove from WEBP_EXPERIMENTAL_FEATURES block; alpha is no longer experimental. Change-Id: I57df006ecac8122a987e52084813dc84ca7bcfd6
This commit is contained in:
parent
3bc3f7c0ee
commit
1889e9b6cc
@ -335,9 +335,7 @@ static void Help(void) {
|
||||
" -mt .......... use multi-threading\n"
|
||||
" -crop <x> <y> <w> <h> ... crop output with the given rectangle\n"
|
||||
" -scale <w> <h> .......... scale the output (*after* any cropping)\n"
|
||||
#ifdef WEBP_EXPERIMENTAL_FEATURES
|
||||
" -alpha ....... only save the alpha plane.\n"
|
||||
#endif
|
||||
" -h ....... this help message.\n"
|
||||
" -v ....... verbose (e.g. print encoding/decoding times)\n"
|
||||
#ifndef WEBP_DLL
|
||||
|
Loading…
Reference in New Issue
Block a user