Added support for greyscale palette

This commit is contained in:
alpine9000
2016-03-05 16:39:00 +11:00
parent c3cdfb0f33
commit f3be7251a1
5 changed files with 94 additions and 1 deletions
+5
View File
@@ -13,6 +13,7 @@ usage
--quantize
--output-palette
--output-palette-asm
--output-grey-palette-asm
--output-bitplanes
--output-mask
--output-copperlist
@@ -66,6 +67,10 @@ Generate a palette file of the final palette used. Output will be the output fil
Generate m68k assembler instructions to install the palette. No symbols are generated. Registers are preserved.
**--output-grey-palette-asm**
Generate m68k assembler instructions to install a greyscale version of the palette. No symbols are generated. Registers are preserved.
**--use-palette** <palette file>
Specify a palette file to use that will override the image or quantized palette. Overrides the --colors and --quantize options.