comparison tools/gfxconv.c @ 2077:838ed06b3927

Make a note about '-R +remove' in help.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 10 Dec 2018 14:50:17 +0200
parents 41df24d1dfb6
children 9b6027d51f76
comparison
equal deleted inserted replaced
2076:eeddaf411083 2077:838ed06b3927
242 "one remap definition per line in same format as above. All empty lines and\n" 242 "one remap definition per line in same format as above. All empty lines and\n"
243 "lines starting with a semicolor (;) will be ignored as comments. Any extra\n" 243 "lines starting with a semicolor (;) will be ignored as comments. Any extra\n"
244 "whitespace separating items will be ignored as well.\n" 244 "whitespace separating items will be ignored as well.\n"
245 "\n" 245 "\n"
246 "Optional +remove can be specified (-R <...>+remove), which will remove all\n" 246 "Optional +remove can be specified (-R <...>+remove), which will remove all\n"
247 "unused colors from the palette. This is not usually desirable, for example\n" 247 "unused colors from the palette. This is not always desirable, for example\n"
248 "when converting multiple images to same palette.\n" 248 "when converting multiple images to same palette. You can also specify the\n"
249 "+remove option by itself to remove all unused colors: -R +remove\n"
249 "\n" 250 "\n"
250 "Color index mapping (-m)\n" 251 "Color index mapping (-m)\n"
251 "------------------------\n" 252 "------------------------\n"
252 "Color mapping definitions are used for ANSI and image output, to declare what\n" 253 "Color mapping definitions are used for ANSI and image output, to declare what\n"
253 "output colors of the C64 palette are used for each single color/multi color\n" 254 "output colors of the C64 palette are used for each single color/multi color\n"