comparison tools/gfxconv.c @ 2498:2e38e1512a22

Fix/clarify an explanation in '-R' option help.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 28 Apr 2020 21:08:17 +0300
parents ea5929b04a26
children b7d340e045fb
comparison
equal deleted inserted replaced
2497:ea5929b04a26 2498:2e38e1512a22
292 " will remap input image to a destination palette specified with the\n" 292 " will remap input image to a destination palette specified with the\n"
293 " '-p' option (which may be a supported palette file, another paletted\n" 293 " '-p' option (which may be a supported palette file, another paletted\n"
294 " image file, or one of the internal gfxconv palettes, see '-p help')\n" 294 " image file, or one of the internal gfxconv palettes, see '-p help')\n"
295 " Modifiers: +alpha, +remove, +max=<n.n>, +nomatch=<n>\n" 295 " Modifiers: +alpha, +remove, +max=<n.n>, +nomatch=<n>\n"
296 "\n" 296 "\n"
297 " Example: '-R auto+remove -p pepto' would remap the input image to\n" 297 " Example: '-R auto+remove -p pepto' would remap the input image to the\n"
298 " the internal Pepto's C64 palette.\n" 298 " internal Pepto's C64 palette, removing any unused palette entries.\n"
299 "\n" 299 "\n"
300 " 2) '-R <(#RRGGBBaa|index):index>[,<#RRGGBBaa|index>:index]'\n" 300 " 2) '-R <(#RRGGBBaa|index):index>[,<#RRGGBBaa|index>:index]'\n"
301 " can be used to specify single RGB(A) color quadruplets/triplets or\n" 301 " can be used to specify single RGB(A) color quadruplets/triplets or\n"
302 " palette indices to be remapped to destination palette indices. Any\n" 302 " palette indices to be remapped to destination palette indices. Any\n"
303 " Unspecified indices will be automatically mapped. Specifying alpha\n" 303 " Unspecified indices will be automatically mapped. Specifying alpha\n"