dust up the help message

* try to avoid trailing '.'
* rationalize capitalization

Change-Id: I50939baf01b1ab44d3031eee916ba51f2338af8a
This commit is contained in:
skal 2014-06-18 16:45:34 +02:00
parent c5c6b408b1
commit 0a8b8863cc
6 changed files with 137 additions and 137 deletions

94
README
View File

@ -140,31 +140,32 @@ A longer list of options is available using the -longhelp command line flag:
Usage: Usage:
cwebp [-preset <...>] [options] in_file [-o out_file] cwebp [-preset <...>] [options] in_file [-o out_file]
If input size (-s) for an image is not specified, it is assumed to be a PNG, If input size (-s) for an image is not specified, it is
JPEG, TIFF or WebP file. assumed to be a PNG, JPEG, TIFF or WebP file.
options:
Options:
-h / -help ............ short help -h / -help ............ short help
-H / -longhelp ........ long help -H / -longhelp ........ long help
-q <float> ............. quality factor (0:small..100:big) -q <float> ............. quality factor (0:small..100:big)
-alpha_q <int> ......... Transparency-compression quality (0..100). -alpha_q <int> ......... transparency-compression quality (0..100)
-preset <string> ....... Preset setting, one of: -preset <string> ....... preset setting, one of:
default, photo, picture, default, photo, picture,
drawing, icon, text drawing, icon, text
-preset must come first, as it overwrites other parameters. -preset must come first, as it overwrites other parameters
-z <int> ............... Activates lossless preset with given -z <int> ............... activates lossless preset with given
level in [0:fast, ..., 9:slowest] level in [0:fast, ..., 9:slowest]
-m <int> ............... compression method (0=fast, 6=slowest) -m <int> ............... compression method (0=fast, 6=slowest)
-segments <int> ........ number of segments to use (1..4) -segments <int> ........ number of segments to use (1..4)
-size <int> ............ Target size (in bytes) -size <int> ............ target size (in bytes)
-psnr <float> .......... Target PSNR (in dB. typically: 42) -psnr <float> .......... target PSNR (in dB. typically: 42)
-s <int> <int> ......... Input size (width x height) for YUV -s <int> <int> ......... input size (width x height) for YUV
-sns <int> ............. Spatial Noise Shaping (0:off, 100:max) -sns <int> ............. spatial noise shaping (0:off, 100:max)
-f <int> ............... filter strength (0=off..100) -f <int> ............... filter strength (0=off..100)
-sharpness <int> ....... filter sharpness (0:most .. 7:least sharp) -sharpness <int> ....... filter sharpness (0:most .. 7:least sharp)
-strong ................ use strong filter instead of simple (default). -strong ................ use strong filter instead of simple (default)
-nostrong .............. use simple filter instead of strong. -nostrong .............. use simple filter instead of strong
-partition_limit <int> . limit quality to fit the 512k limit on -partition_limit <int> . limit quality to fit the 512k limit on
the first partition (0=no degradation ... 100=full) the first partition (0=no degradation ... 100=full)
-pass <int> ............ analysis pass number (1..10) -pass <int> ............ analysis pass number (1..10)
@ -172,41 +173,40 @@ options:
-resize <w> <h> ........ resize picture (after any cropping) -resize <w> <h> ........ resize picture (after any cropping)
-mt .................... use multi-threading if available -mt .................... use multi-threading if available
-low_memory ............ reduce memory usage (slower encoding) -low_memory ............ reduce memory usage (slower encoding)
-map <int> ............. print map of extra info. -map <int> ............. print map of extra info
-print_psnr ............ prints averaged PSNR distortion. -print_psnr ............ prints averaged PSNR distortion
-print_ssim ............ prints averaged SSIM distortion. -print_ssim ............ prints averaged SSIM distortion
-print_lsim ............ prints local-similarity distortion. -print_lsim ............ prints local-similarity distortion
-d <file.pgm> .......... dump the compressed output (PGM file). -d <file.pgm> .......... dump the compressed output (PGM file)
-alpha_method <int> .... Transparency-compression method (0..1) -alpha_method <int> .... transparency-compression method (0..1)
-alpha_filter <string> . predictive filtering for alpha plane. -alpha_filter <string> . predictive filtering for alpha plane,
One of: none, fast (default) or best. one of: none, fast (default) or best
-alpha_cleanup ......... Clean RGB values in transparent area. -alpha_cleanup ......... clean RGB values in transparent area
-blend_alpha <hex> ..... Blend colors against background color -blend_alpha <hex> ..... blend colors against background color
expressed as RGB values written in expressed as RGB values written in
hexadecimal, e.g. 0xc0e0d0 for red=0xc0 hexadecimal, e.g. 0xc0e0d0 for red=0xc0
green=0xe0 and blue=0xd0. green=0xe0 and blue=0xd0
-noalpha ............... discard any transparency information. -noalpha ............... discard any transparency information
-lossless .............. Encode image losslessly. -lossless .............. encode image losslessly
-hint <string> ......... Specify image characteristics hint. -hint <string> ......... specify image characteristics hint,
One of: photo, picture or graph one of: photo, picture or graph
-metadata <string> ..... comma separated list of metadata to -metadata <string> ..... comma separated list of metadata to
copy from the input to the output if present. copy from the input to the output if present.
Valid values: all, none (default), exif, icc, xmp Valid values: all, none (default), exif, icc, xmp
-short ................. condense printed message -short ................. condense printed message
-quiet ................. don't print anything. -quiet ................. don't print anything
-version ............... print version number and exit. -version ............... print version number and exit
-noasm ................. disable all assembly optimizations. -noasm ................. disable all assembly optimizations
-v ..................... verbose, e.g. print encoding/decoding times -v ..................... verbose, e.g. print encoding/decoding times
-progress .............. report encoding progress -progress .............. report encoding progress
Experimental Options: Experimental Options:
-jpeg_like ............. Roughly match expected JPEG size. -jpeg_like ............. roughly match expected JPEG size
-af .................... auto-adjust filter strength. -af .................... auto-adjust filter strength
-pre <int> ............. pre-processing filter -pre <int> ............. pre-processing filter
The main options you might want to try in order to further tune the The main options you might want to try in order to further tune the
visual quality are: visual quality are:
-preset -preset
@ -270,7 +270,7 @@ Use following options to convert into alternate image formats:
-nofilter .... disable in-loop filtering -nofilter .... disable in-loop filtering
-nodither .... disable dithering -nodither .... disable dithering
-dither <d> .. dithering strength (in 0..100) -dither <d> .. dithering strength (in 0..100)
-alpha_dither use alpha-plane dithering if needed. -alpha_dither use alpha-plane dithering if needed
-mt .......... use multi-threading -mt .......... use multi-threading
-crop <x> <y> <w> <h> ... crop output with the given rectangle -crop <x> <y> <w> <h> ... crop output with the given rectangle
-scale <w> <h> .......... scale the output (*after* any cropping) -scale <w> <h> .......... scale the output (*after* any cropping)
@ -293,20 +293,20 @@ Usage: vwebp in_file [options]
Decodes the WebP image file and visualize it using OpenGL Decodes the WebP image file and visualize it using OpenGL
Options are: Options are:
-version .... print version number and exit. -version .... print version number and exit
-noicc ....... don't use the icc profile if present. -noicc ....... don't use the icc profile if present
-nofancy ..... don't use the fancy YUV420 upscaler. -nofancy ..... don't use the fancy YUV420 upscaler
-nofilter .... disable in-loop filtering. -nofilter .... disable in-loop filtering
-dither <int> dithering strength (0..100). Default=50. -dither <int> dithering strength (0..100), default=50
-noalphadither disable alpha plane dithering. -noalphadither disable alpha plane dithering
-mt .......... use multi-threading. -mt .......... use multi-threading
-info ........ print info. -info ........ print info
-h ....... this help message. -h ....... this help message
Keyboard shortcuts: Keyboard shortcuts:
'c' ................ toggle use of color profile. 'c' ................ toggle use of color profile
'i' ................ overlay file information. 'i' ................ overlay file information
'q' / 'Q' / ESC .... quit. 'q' / 'Q' / ESC .... quit
Building: Building:
--------- ---------

View File

@ -33,35 +33,35 @@ Usage: webpmux -get GET_OPTIONS INPUT -o OUTPUT
webpmux -version webpmux -version
GET_OPTIONS: GET_OPTIONS:
Extract relevant data. Extract relevant data:
icc Get ICC profile. icc get ICC profile
exif Get EXIF metadata. exif get EXIF metadata
xmp Get XMP metadata. xmp get XMP metadata
frame n Get nth frame. frame n get nth frame
SET_OPTIONS: SET_OPTIONS:
Set color profile/metadata. Set color profile/metadata:
icc file.icc Set ICC profile. icc file.icc set ICC profile
exif file.exif Set EXIF metadata. exif file.exif set EXIF metadata
xmp file.xmp Set XMP metadata. xmp file.xmp set XMP metadata
where: 'file.icc' contains the ICC profile to be set, where: 'file.icc' contains the ICC profile to be set,
'file.exif' contains the EXIF metadata to be set 'file.exif' contains the EXIF metadata to be set
'file.xmp' contains the XMP metadata to be set 'file.xmp' contains the XMP metadata to be set
STRIP_OPTIONS: STRIP_OPTIONS:
Strip color profile/metadata. Strip color profile/metadata:
icc Strip ICC profile. icc strip ICC profile
exif Strip EXIF metadata. exif strip EXIF metadata
xmp Strip XMP metadata. xmp strip XMP metadata
FRAME_OPTIONS(i): FRAME_OPTIONS(i):
Create animation. Create animation:
file_i +di+[xi+yi[+mi[bi]]] file_i +di+[xi+yi[+mi[bi]]]
where: 'file_i' is the i'th animation frame (WebP format), where: 'file_i' is the i'th animation frame (WebP format),
'di' is the pause duration before next frame. 'di' is the pause duration before next frame,
'xi','yi' specify the image offset for this frame. 'xi','yi' specify the image offset for this frame,
'mi' is the dispose method for this frame (0 or 1). 'mi' is the dispose method for this frame (0 or 1),
'bi' is the blending method for this frame (+b or -b). 'bi' is the blending method for this frame (+b or -b)
LOOP_COUNT: LOOP_COUNT:
Number of times to repeat the animation. Number of times to repeat the animation.
@ -72,7 +72,7 @@ BACKGROUND_COLOR:
A,R,G,B A,R,G,B
where: 'A', 'R', 'G' and 'B' are integers in the range 0 to 255 specifying where: 'A', 'R', 'G' and 'B' are integers in the range 0 to 255 specifying
the Alpha, Red, Green and Blue component values respectively the Alpha, Red, Green and Blue component values respectively
[Default: 255,255,255,255]. [Default: 255,255,255,255]
INPUT & OUTPUT are in WebP format. INPUT & OUTPUT are in WebP format.

View File

@ -558,37 +558,37 @@ static void HelpShort(void) {
static void HelpLong(void) { static void HelpLong(void) {
printf("Usage:\n"); printf("Usage:\n");
printf(" cwebp [-preset <...>] [options] in_file [-o out_file]\n\n"); printf(" cwebp [-preset <...>] [options] in_file [-o out_file]\n\n");
printf("If input size (-s) for an image is not specified, " printf("If input size (-s) for an image is not specified, it is\n"
"it is assumed to be a PNG, JPEG, TIFF or WebP file.\n"); "assumed to be a PNG, JPEG, TIFF or WebP file.\n");
#ifdef HAVE_WINCODEC_H #ifdef HAVE_WINCODEC_H
printf("Windows builds can take as input any of the files handled by WIC\n"); printf("Windows builds can take as input any of the files handled by WIC.\n");
#endif #endif
printf("options:\n"); printf("\nOptions:\n");
printf(" -h / -help ............ short help\n"); printf(" -h / -help ............ short help\n");
printf(" -H / -longhelp ........ long help\n"); printf(" -H / -longhelp ........ long help\n");
printf(" -q <float> ............. quality factor (0:small..100:big)\n"); printf(" -q <float> ............. quality factor (0:small..100:big)\n");
printf(" -alpha_q <int> ......... Transparency-compression quality " printf(" -alpha_q <int> ......... transparency-compression quality "
"(0..100).\n"); "(0..100)\n");
printf(" -preset <string> ....... Preset setting, one of:\n"); printf(" -preset <string> ....... preset setting, one of:\n");
printf(" default, photo, picture,\n"); printf(" default, photo, picture,\n");
printf(" drawing, icon, text\n"); printf(" drawing, icon, text\n");
printf(" -preset must come first, as it overwrites other parameters.\n"); printf(" -preset must come first, as it overwrites other parameters\n");
printf(" -z <int> ............... Activates lossless preset with given\n" printf(" -z <int> ............... activates lossless preset with given\n"
" level in [0:fast, ..., 9:slowest]\n"); " level in [0:fast, ..., 9:slowest]\n");
printf("\n"); printf("\n");
printf(" -m <int> ............... compression method (0=fast, 6=slowest)\n"); printf(" -m <int> ............... compression method (0=fast, 6=slowest)\n");
printf(" -segments <int> ........ number of segments to use (1..4)\n"); printf(" -segments <int> ........ number of segments to use (1..4)\n");
printf(" -size <int> ............ Target size (in bytes)\n"); printf(" -size <int> ............ target size (in bytes)\n");
printf(" -psnr <float> .......... Target PSNR (in dB. typically: 42)\n"); printf(" -psnr <float> .......... target PSNR (in dB. typically: 42)\n");
printf("\n"); printf("\n");
printf(" -s <int> <int> ......... Input size (width x height) for YUV\n"); printf(" -s <int> <int> ......... input size (width x height) for YUV\n");
printf(" -sns <int> ............. Spatial Noise Shaping (0:off, 100:max)\n"); printf(" -sns <int> ............. spatial noise shaping (0:off, 100:max)\n");
printf(" -f <int> ............... filter strength (0=off..100)\n"); printf(" -f <int> ............... filter strength (0=off..100)\n");
printf(" -sharpness <int> ....... " printf(" -sharpness <int> ....... "
"filter sharpness (0:most .. 7:least sharp)\n"); "filter sharpness (0:most .. 7:least sharp)\n");
printf(" -strong ................ use strong filter instead " printf(" -strong ................ use strong filter instead "
"of simple (default).\n"); "of simple (default)\n");
printf(" -nostrong .............. use simple filter instead of strong.\n"); printf(" -nostrong .............. use simple filter instead of strong\n");
printf(" -partition_limit <int> . limit quality to fit the 512k limit on\n"); printf(" -partition_limit <int> . limit quality to fit the 512k limit on\n");
printf(" " printf(" "
"the first partition (0=no degradation ... 100=full)\n"); "the first partition (0=no degradation ... 100=full)\n");
@ -598,25 +598,25 @@ static void HelpLong(void) {
printf(" -mt .................... use multi-threading if available\n"); printf(" -mt .................... use multi-threading if available\n");
printf(" -low_memory ............ reduce memory usage (slower encoding)\n"); printf(" -low_memory ............ reduce memory usage (slower encoding)\n");
#ifdef WEBP_EXPERIMENTAL_FEATURES #ifdef WEBP_EXPERIMENTAL_FEATURES
printf(" -444 / -422 / -gray ..... Change colorspace\n"); printf(" -444 / -422 / -gray .... change colorspace\n");
#endif #endif
printf(" -map <int> ............. print map of extra info.\n"); printf(" -map <int> ............. print map of extra info\n");
printf(" -print_psnr ............ prints averaged PSNR distortion.\n"); printf(" -print_psnr ............ prints averaged PSNR distortion\n");
printf(" -print_ssim ............ prints averaged SSIM distortion.\n"); printf(" -print_ssim ............ prints averaged SSIM distortion\n");
printf(" -print_lsim ............ prints local-similarity distortion.\n"); printf(" -print_lsim ............ prints local-similarity distortion\n");
printf(" -d <file.pgm> .......... dump the compressed output (PGM file).\n"); printf(" -d <file.pgm> .......... dump the compressed output (PGM file)\n");
printf(" -alpha_method <int> .... Transparency-compression method (0..1)\n"); printf(" -alpha_method <int> .... transparency-compression method (0..1)\n");
printf(" -alpha_filter <string> . predictive filtering for alpha plane.\n"); printf(" -alpha_filter <string> . predictive filtering for alpha plane,\n");
printf(" One of: none, fast (default) or best.\n"); printf(" one of: none, fast (default) or best\n");
printf(" -alpha_cleanup ......... Clean RGB values in transparent area.\n"); printf(" -alpha_cleanup ......... clean RGB values in transparent area\n");
printf(" -blend_alpha <hex> ..... Blend colors against background color\n" printf(" -blend_alpha <hex> ..... blend colors against background color\n"
" expressed as RGB values written in\n" " expressed as RGB values written in\n"
" hexadecimal, e.g. 0xc0e0d0 for red=0xc0\n" " hexadecimal, e.g. 0xc0e0d0 for red=0xc0\n"
" green=0xe0 and blue=0xd0.\n"); " green=0xe0 and blue=0xd0\n");
printf(" -noalpha ............... discard any transparency information.\n"); printf(" -noalpha ............... discard any transparency information\n");
printf(" -lossless .............. Encode image losslessly.\n"); printf(" -lossless .............. encode image losslessly\n");
printf(" -hint <string> ......... Specify image characteristics hint.\n"); printf(" -hint <string> ......... specify image characteristics hint,\n");
printf(" One of: photo, picture or graph\n"); printf(" one of: photo, picture or graph\n");
printf("\n"); printf("\n");
printf(" -metadata <string> ..... comma separated list of metadata to\n"); printf(" -metadata <string> ..... comma separated list of metadata to\n");
@ -627,18 +627,18 @@ static void HelpLong(void) {
printf("\n"); printf("\n");
printf(" -short ................. condense printed message\n"); printf(" -short ................. condense printed message\n");
printf(" -quiet ................. don't print anything.\n"); printf(" -quiet ................. don't print anything\n");
printf(" -version ............... print version number and exit.\n"); printf(" -version ............... print version number and exit\n");
#ifndef WEBP_DLL #ifndef WEBP_DLL
printf(" -noasm ................. disable all assembly optimizations.\n"); printf(" -noasm ................. disable all assembly optimizations\n");
#endif #endif
printf(" -v ..................... verbose, e.g. print encoding/decoding " printf(" -v ..................... verbose, e.g. print encoding/decoding "
"times\n"); "times\n");
printf(" -progress .............. report encoding progress\n"); printf(" -progress .............. report encoding progress\n");
printf("\n"); printf("\n");
printf("Experimental Options:\n"); printf("Experimental Options:\n");
printf(" -jpeg_like ............. Roughly match expected JPEG size.\n"); printf(" -jpeg_like ............. roughly match expected JPEG size\n");
printf(" -af .................... auto-adjust filter strength.\n"); printf(" -af .................... auto-adjust filter strength\n");
printf(" -pre <int> ............. pre-processing filter\n"); printf(" -pre <int> ............. pre-processing filter\n");
printf("\n"); printf("\n");
} }

View File

@ -557,7 +557,7 @@ static void Help(void) {
" -nofilter .... disable in-loop filtering\n" " -nofilter .... disable in-loop filtering\n"
" -nodither .... disable dithering\n" " -nodither .... disable dithering\n"
" -dither <d> .. dithering strength (in 0..100)\n" " -dither <d> .. dithering strength (in 0..100)\n"
" -alpha_dither use alpha-plane dithering if needed.\n" " -alpha_dither use alpha-plane dithering if needed\n"
" -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"

View File

@ -372,20 +372,20 @@ static void Help(void) {
printf("Usage: vwebp in_file [options]\n\n" printf("Usage: vwebp in_file [options]\n\n"
"Decodes the WebP image file and visualize it using OpenGL\n" "Decodes the WebP image file and visualize it using OpenGL\n"
"Options are:\n" "Options are:\n"
" -version .... print version number and exit.\n" " -version .... print version number and exit\n"
" -noicc ....... don't use the icc profile if present.\n" " -noicc ....... don't use the icc profile if present\n"
" -nofancy ..... don't use the fancy YUV420 upscaler.\n" " -nofancy ..... don't use the fancy YUV420 upscaler\n"
" -nofilter .... disable in-loop filtering.\n" " -nofilter .... disable in-loop filtering\n"
" -dither <int> dithering strength (0..100). Default=50.\n" " -dither <int> dithering strength (0..100), default=50\n"
" -noalphadither disable alpha plane dithering.\n" " -noalphadither disable alpha plane dithering\n"
" -mt .......... use multi-threading.\n" " -mt .......... use multi-threading\n"
" -info ........ print info.\n" " -info ........ print info\n"
" -h ....... this help message.\n" " -h ....... this help message\n"
"\n" "\n"
"Keyboard shortcuts:\n" "Keyboard shortcuts:\n"
" 'c' ................ toggle use of color profile.\n" " 'c' ................ toggle use of color profile\n"
" 'i' ................ overlay file information.\n" " 'i' ................ overlay file information\n"
" 'q' / 'Q' / ESC .... quit.\n" " 'q' / 'Q' / ESC .... quit\n"
); );
} }

View File

@ -303,51 +303,51 @@ static void PrintHelp(void) {
printf("\n"); printf("\n");
printf("GET_OPTIONS:\n"); printf("GET_OPTIONS:\n");
printf(" Extract relevant data.\n"); printf(" Extract relevant data:\n");
printf(" icc Get ICC profile.\n"); printf(" icc get ICC profile\n");
printf(" exif Get EXIF metadata.\n"); printf(" exif get EXIF metadata\n");
printf(" xmp Get XMP metadata.\n"); printf(" xmp get XMP metadata\n");
#ifdef WEBP_EXPERIMENTAL_FEATURES #ifdef WEBP_EXPERIMENTAL_FEATURES
printf(" frgm n Get nth fragment.\n"); printf(" frgm n get nth fragment\n");
#endif #endif
printf(" frame n Get nth frame.\n"); printf(" frame n get nth frame\n");
printf("\n"); printf("\n");
printf("SET_OPTIONS:\n"); printf("SET_OPTIONS:\n");
printf(" Set color profile/metadata.\n"); printf(" Set color profile/metadata:\n");
printf(" icc file.icc Set ICC profile.\n"); printf(" icc file.icc set ICC profile\n");
printf(" exif file.exif Set EXIF metadata.\n"); printf(" exif file.exif set EXIF metadata\n");
printf(" xmp file.xmp Set XMP metadata.\n"); printf(" xmp file.xmp set XMP metadata\n");
printf(" where: 'file.icc' contains the ICC profile to be set,\n"); printf(" where: 'file.icc' contains the ICC profile to be set,\n");
printf(" 'file.exif' contains the EXIF metadata to be set\n"); printf(" 'file.exif' contains the EXIF metadata to be set\n");
printf(" 'file.xmp' contains the XMP metadata to be set\n"); printf(" 'file.xmp' contains the XMP metadata to be set\n");
printf("\n"); printf("\n");
printf("STRIP_OPTIONS:\n"); printf("STRIP_OPTIONS:\n");
printf(" Strip color profile/metadata.\n"); printf(" Strip color profile/metadata:\n");
printf(" icc Strip ICC profile.\n"); printf(" icc strip ICC profile\n");
printf(" exif Strip EXIF metadata.\n"); printf(" exif strip EXIF metadata\n");
printf(" xmp Strip XMP metadata.\n"); printf(" xmp strip XMP metadata\n");
#ifdef WEBP_EXPERIMENTAL_FEATURES #ifdef WEBP_EXPERIMENTAL_FEATURES
printf("\n"); printf("\n");
printf("FRAGMENT_OPTIONS(i):\n"); printf("FRAGMENT_OPTIONS(i):\n");
printf(" Create fragmented image.\n"); printf(" Create fragmented image:\n");
printf(" file_i +xi+yi\n"); printf(" file_i +xi+yi\n");
printf(" where: 'file_i' is the i'th fragment (WebP format),\n"); printf(" where: 'file_i' is the i'th fragment (WebP format),\n");
printf(" 'xi','yi' specify the image offset for this fragment." printf(" 'xi','yi' specify the image offset for this fragment"
"\n"); "\n");
#endif #endif
printf("\n"); printf("\n");
printf("FRAME_OPTIONS(i):\n"); printf("FRAME_OPTIONS(i):\n");
printf(" Create animation.\n"); printf(" Create animation:\n");
printf(" file_i +di+[xi+yi[+mi[bi]]]\n"); printf(" file_i +di+[xi+yi[+mi[bi]]]\n");
printf(" where: 'file_i' is the i'th animation frame (WebP format),\n"); printf(" where: 'file_i' is the i'th animation frame (WebP format),\n");
printf(" 'di' is the pause duration before next frame.\n"); printf(" 'di' is the pause duration before next frame,\n");
printf(" 'xi','yi' specify the image offset for this frame.\n"); printf(" 'xi','yi' specify the image offset for this frame,\n");
printf(" 'mi' is the dispose method for this frame (0 or 1).\n"); printf(" 'mi' is the dispose method for this frame (0 or 1),\n");
printf(" 'bi' is the blending method for this frame (+b or -b)." printf(" 'bi' is the blending method for this frame (+b or -b)"
"\n"); "\n");
printf("\n"); printf("\n");
@ -363,7 +363,7 @@ static void PrintHelp(void) {
"specifying\n"); "specifying\n");
printf(" the Alpha, Red, Green and Blue component values " printf(" the Alpha, Red, Green and Blue component values "
"respectively\n"); "respectively\n");
printf(" [Default: 255,255,255,255].\n"); printf(" [Default: 255,255,255,255]\n");
printf("\nINPUT & OUTPUT are in WebP format.\n"); printf("\nINPUT & OUTPUT are in WebP format.\n");