mirror of
https://frontier.innolan.net/github/AmigaExamples.git
synced 2026-05-10 14:07:12 +00:00
Update README.md
This commit is contained in:
@@ -17,9 +17,9 @@ usage
|
||||
```
|
||||
|
||||
The following files will be generated:
|
||||
1. <output prefix>.bin binary interleave bitplane data
|
||||
2. <output prefix>-copper-list.s m68k assembler syntax copper list with no symbols
|
||||
3. <output prefix>.pal (optional) palette file listing the palette colors as hex
|
||||
1. <output prefix>.bin binary interleave bitplane data
|
||||
2. <output prefix>-copper-list.s m68k assembler syntax copper list with no symbols
|
||||
3. <output prefix>.pal (optional) palette file listing the palette colors as hex
|
||||
|
||||
options
|
||||
-------
|
||||
@@ -32,15 +32,19 @@ Specify the prefix for the output file set. Extentions will be added to this. De
|
||||
Specify the maximum number of colors allowed in the palette. Acceptable values are from 2 to 32.
|
||||
|
||||
**--quantize**
|
||||
|
||||
Convert the image to use less colors.
|
||||
|
||||
**--output-palette**
|
||||
|
||||
Generate a palette file of the final palette used. Output will be the output file with the ".pal" extension.
|
||||
|
||||
**--override-palette** <palette file>
|
||||
|
||||
Specify a palette file to use that will override the image or quantized palette. Also overrides the --colors option.
|
||||
|
||||
**--verbose**
|
||||
|
||||
Display debugging information
|
||||
|
||||
example
|
||||
|
||||
Reference in New Issue
Block a user