mirror of
				https://github.com/webmproject/libwebp.git
				synced 2025-10-30 18:05:36 +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:
		| @@ -335,9 +335,7 @@ static void Help(void) { | |||||||
|          "  -mt .......... use multi-threading\n" |          "  -mt .......... use multi-threading\n" | ||||||
|          "  -crop <x> <y> <w> <h> ... crop output with the given rectangle\n" |          "  -crop <x> <y> <w> <h> ... crop output with the given rectangle\n" | ||||||
|          "  -scale <w> <h> .......... scale the output (*after* any cropping)\n" |          "  -scale <w> <h> .......... scale the output (*after* any cropping)\n" | ||||||
| #ifdef WEBP_EXPERIMENTAL_FEATURES |  | ||||||
|          "  -alpha ....... only save the alpha plane.\n" |          "  -alpha ....... only save the alpha plane.\n" | ||||||
| #endif |  | ||||||
|          "  -h     ....... this help message.\n" |          "  -h     ....... this help message.\n" | ||||||
|          "  -v     ....... verbose (e.g. print encoding/decoding times)\n" |          "  -v     ....... verbose (e.g. print encoding/decoding times)\n" | ||||||
| #ifndef WEBP_DLL | #ifndef WEBP_DLL | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user