comparison tools/gfxconv.c @ 2510:e1a71d9eaede

Some improvements/fixes to -R option help.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 29 Apr 2020 13:35:56 +0300
parents 9708182ea7f2
children a40de347fcb0
comparison
equal deleted inserted replaced
2509:0c0576544d41 2510:e1a71d9eaede
299 " image file, or one of the internal gfxconv palettes, see '-p help')\n" 299 " image file, or one of the internal gfxconv palettes, see '-p help')\n"
300 "\n" 300 "\n"
301 " Example: '-R auto+remove -p pepto' would remap the input image to the\n" 301 " Example: '-R auto+remove -p pepto' would remap the input image to the\n"
302 " internal Pepto's C64 palette, removing any unused palette entries.\n" 302 " internal Pepto's C64 palette, removing any unused palette entries.\n"
303 "\n" 303 "\n"
304 " 2) '-R <(#RRGGBBaa|index):index>[,<#RRGGBBaa|index>:index]'\n" 304 " 2) '-R <#RRGGBBaa|index>:<index>[,<(#RRGGBBaa|index):<index>[,...]]'\n"
305 " can be used to specify single RGB(A) color quadruplets/triplets or\n" 305 " can be used to specify single RGB(A) color quadruplets/triplets or\n"
306 " palette indices to be remapped to destination palette indices. Any\n" 306 " palette indices to be remapped to destination palette indices. Any\n"
307 " Unspecified indices will be automatically mapped. Specifying alpha\n" 307 " unspecified indices will be automatically mapped. Specifying alpha\n"
308 " channel is optional, and will require +alpha flag to be enabled for\n" 308 " channel is optional, and will require +alpha flag/modifier to be\n"
309 " comparisions.\n" 309 " enabled for comparisions to take alpha channel into account.\n"
310 "\n" 310 "\n"
311 " Example: '-R #000000:0,#ffffff:1' would map black and white to indices 0 and 1.\n" 311 " Example: '-R #000000:0,#ffffff:1' would map black and white to indices 0 and 1.\n"
312 "\n" 312 "\n"
313 " 3) '-R @<filename>'\n" 313 " 3) '-R @<filename>'\n"
314 " can be used to specify a mapping file, which is a text file with one\n" 314 " can be used to specify a mapping file, which is a text file with one\n"