From 4b71ba035ac796054f1482246cb494efabcd2c9e Mon Sep 17 00:00:00 2001 From: James Zern Date: Thu, 2 Aug 2012 16:11:02 -0700 Subject: [PATCH] README: sync [cd]webp help output Change-Id: Ic54e0f3e5e2e667adb369321e5849890d3b96e42 dwebp: -pam, -alpha --- README | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README b/README index 4896b24d..1882b134 100644 --- a/README +++ b/README @@ -168,7 +168,7 @@ options: -noalpha ............... discard any transparency information. -lossless .............. Encode image losslessly. -hint ......... Specify image characteristics hint. - One of: photo, picture or graph. + One of: photo, picture or graph -short ................. condense printed message -quiet ................. don't print anything. @@ -231,7 +231,8 @@ Usage: dwebp in_file [options] [-o out_file] Decodes the WebP image file to PNG format [Default] Use following options to convert into alternate image formats: - -ppm ......... save the raw RGB samples as color PPM + -pam ......... save the raw RGBA samples as a color PAM + -ppm ......... save the raw RGB samples as a color PPM -pgm ......... save the raw YUV samples as a grayscale PGM file with IMC4 layout. Other options are: @@ -241,6 +242,7 @@ Use following options to convert into alternate image formats: -mt .......... use multi-threading -crop ... crop output with the given rectangle -scale .......... scale the output (*after* any cropping) + -alpha ....... only save the alpha plane. -h ....... this help message. -v ....... verbose (e.g. print encoding/decoding times) -noasm ....... disable all assembly optimizations.