comparison tools/gfxconv.c @ 2503:7b55c7b6a300

Clarify the help for -R sub-option "max=".
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 28 Apr 2020 22:56:45 +0300
parents 19e546da038f
children f90a97aef546
comparison
equal deleted inserted replaced
2502:19e546da038f 2503:7b55c7b6a300
317 " +remove Remove all unused colors from the resulting palette.\n" 317 " +remove Remove all unused colors from the resulting palette.\n"
318 "\n" 318 "\n"
319 " +alpha Enable alpha value matching in color comparisions.\n" 319 " +alpha Enable alpha value matching in color comparisions.\n"
320 " NOTE! This may result in unexpected behaviour.\n" 320 " NOTE! This may result in unexpected behaviour.\n"
321 "\n" 321 "\n"
322 " +max=<n.n> Set the maximum color distance/delta acceptable for\n" 322 " +max=<f> Set the maximum color distance/delta acceptable for\n"
323 " matching colors. Default is -1, meaning closest possible\n" 323 " matching colors. Default is -1, meaning closest possible\n"
324 " that can be found even if the match is poor. Any value \n" 324 " that can be found even if the match is poor. Any value \n"
325 " above 0 will be considered strict limit, see 'nomatch'\n" 325 " above or equal to 0 will be considered strict limit, see\n"
326 " modifier below.\n" 326 " the 'nomatch' modifier below.\n"
327 " Range: -1, 0 .. 1.0\n"
327 "\n" 328 "\n"
328 " +nomatch=<n>\n" 329 " +nomatch=<n>\n"
329 " If no acceptable match is found (see +max modifier)\n" 330 " If no acceptable match is found (see +max modifier)\n"
330 " then use this (<n>) color index. This may have unexpected\n" 331 " then use this (<n>) color index. This may have unexpected\n"
331 " results with +remove modifier. The default value of 'n'\n" 332 " results with +remove modifier. The default value of 'n'\n"