changeset 2502:19e546da038f

All the -R modes now accept all the different sub-options/modifiers, so no need to list them separately for each mode.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 28 Apr 2020 22:38:27 +0300
parents 62b7dfd5bfa5
children 7b55c7b6a300
files tools/gfxconv.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tools/gfxconv.c	Tue Apr 28 22:31:45 2020 +0300
+++ b/tools/gfxconv.c	Tue Apr 28 22:38:27 2020 +0300
@@ -293,7 +293,6 @@
             "    will remap input image to a destination palette specified with the\n"
             "    '-p' option (which may be a supported palette file, another paletted\n"
             "    image file, or one of the internal gfxconv palettes, see '-p help')\n"
-            "    Modifiers: +alpha, +remove, +max=<n.n>, +nomatch=<n>\n"
             "\n"
             "    Example: '-R auto+remove -p pepto' would remap the input image to the\n"
             "    internal Pepto's C64 palette, removing any unused palette entries.\n"
@@ -304,7 +303,6 @@
             "    Unspecified indices will be automatically mapped. Specifying alpha\n"
             "    channel is optional, and will require +alpha flag to be enabled for\n"
             "    comparisions.\n"
-            "    Modifiers: +alpha, +remove, +max=<n.n>, +nomatch=<n>\n"
             "\n"
             "    Example: '-R #000000:0,#ffffff:1' would map black and white to indices 0 and 1.\n"
             "\n"
@@ -313,7 +311,6 @@
             "    remap definition per line in same format as above. All empty lines and\n"
             "    lines starting with a semicolor (;) will be ignored as comments. Also\n"
             "    any extra whitespace separating items will be ignored as well.\n"
-            "    Modifiers: +remove\n"
             "\n"
             "Optional modifier flags can be specified as well:\n"
             "\n"