comparison tools/gfxconv.c @ 2137:903effcd616b

Use only long option for char ROM.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 29 May 2019 10:24:53 +0300
parents cffadb745484
children 894781b7310a
comparison
equal deleted inserted replaced
2136:bc2ccc575430 2137:903effcd616b
166 { 13, 'N', "nplanes", "# of bitplanes (some output formats)", OPT_ARGREQ }, 166 { 13, 'N', "nplanes", "# of bitplanes (some output formats)", OPT_ARGREQ },
167 { 18, 'B', "bpp", "Bits per pixel (some output formats)", OPT_ARGREQ }, 167 { 18, 'B', "bpp", "Bits per pixel (some output formats)", OPT_ARGREQ },
168 { 14, 'I', "interleave", "Interleaved/planar output (some output formats)", OPT_NONE }, 168 { 14, 'I', "interleave", "Interleaved/planar output (some output formats)", OPT_NONE },
169 { 20, 'C', "compress", "Use compression -C <0-9>, 0 = disable, default is 9", OPT_ARGREQ }, 169 { 20, 'C', "compress", "Use compression -C <0-9>, 0 = disable, default is 9", OPT_ARGREQ },
170 { 16, 'R', "remap", "Remap output image colors (-R <(#RRGGBB|index):index>[,<..>][+remove] | -R @map.txt[+remove])", OPT_ARGREQ }, 170 { 16, 'R', "remap", "Remap output image colors (-R <(#RRGGBB|index):index>[,<..>][+remove] | -R @map.txt[+remove])", OPT_ARGREQ },
171 { 21, 'G', "char-rom", "Set character ROM file to be used.", OPT_ARGREQ }, 171 { 21, 0, "char-rom", "Set character ROM file to be used.", OPT_ARGREQ },
172 }; 172 };
173 173
174 static const int optListN = sizeof(optList) / sizeof(optList[0]); 174 static const int optListN = sizeof(optList) / sizeof(optList[0]);
175 175
176 176