comparison tools/gfxconv.c @ 987:5af2097ab284

Cleanup gfxconv option help a bit.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 27 Feb 2015 20:16:49 +0200
parents 98e749d990b0
children 848a88ce7a57
comparison
equal deleted inserted replaced
986:a25b6da1c4a8 987:5af2097ab284
162 { 17, 0 , "formats", "List available input/output formats", OPT_NONE }, 162 { 17, 0 , "formats", "List available input/output formats", OPT_NONE },
163 { 8, 'q', "sequential", "Output sequential files (image output only)", OPT_NONE }, 163 { 8, 'q', "sequential", "Output sequential files (image output only)", OPT_NONE },
164 { 6, 'c', "colormap", "Color mappings (see below for information)", OPT_ARGREQ }, 164 { 6, 'c', "colormap", "Color mappings (see below for information)", OPT_ARGREQ },
165 { 7, 'n', "numitems", "How many 'items' to output (default: all)", OPT_ARGREQ }, 165 { 7, 'n', "numitems", "How many 'items' to output (default: all)", OPT_ARGREQ },
166 { 11, 'w', "width", "Item width (number of items per row, min 1)", OPT_ARGREQ }, 166 { 11, 'w', "width", "Item width (number of items per row, min 1)", OPT_ARGREQ },
167 { 9, 'S', "scale", "Scale output image by <n> or <x>:<y> integer factor(s).\n" 167 { 9, 'S', "scale", "Scale output image by <n> or <x>:<y> integer factor(s). "
168 "-S <n> scales both height and width by <n>.", OPT_ARGREQ }, 168 "-S <n> scales both height and width by <n>.", OPT_ARGREQ },
169 { 12, 'P', "paletted", "Use indexed/paletted output (png, pcx output only)", OPT_NONE }, 169 { 12, 'P', "paletted", "Use indexed/paletted output IF possible.", OPT_NONE },
170 { 13, 'B', "bplanes", "Bits per pixel OR # of bitplanes (certain output formats)", OPT_ARGREQ }, 170 { 13, 'B', "bplanes", "Bits per pixel OR # of bitplanes (certain output formats)", OPT_ARGREQ },
171 { 14, 'I', "interleave", "Interleave output image scanlines (default: output whole planes)", OPT_NONE }, 171 { 14, 'I', "interleave", "Interleave output image scanlines (default: output whole planes)", OPT_NONE },
172 { 16, 'R', "remap", "Remap output image colors (-R <(#RRGGBB|index):index>[,<..>][+remove] | -R @map.txt[+remove])", OPT_ARGREQ }, 172 { 16, 'R', "remap", "Remap output image colors (-R <(#RRGGBB|index):index>[,<..>][+remove] | -R @map.txt[+remove])", OPT_ARGREQ },
173 }; 173 };
174 174