mirror of
https://frontier.innolan.net/github/AmigaExamples.git
synced 2026-09-13 05:03:32 +00:00
Added support for greyscale palette
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user