mirror of
https://frontier.innolan.net/github/AmigaExamples.git
synced 2026-09-12 14:12:40 +00:00
Updated imagecon README.md with HAM info
This commit is contained in:
@@ -18,6 +18,9 @@ usage
|
||||
--output-mask
|
||||
--output-copperlist
|
||||
--extra-half-brite
|
||||
--ham
|
||||
--ham-brute-force
|
||||
--dither
|
||||
--use-palette <palette file>
|
||||
--verbose
|
||||
```
|
||||
@@ -76,6 +79,18 @@ Generate m68k assembler instructions to install a greyscale version of the palet
|
||||
|
||||
Generate an extra half brite image. This only works in combination with --colors 32. A 32 color palette will be output, however there will be a sixth bitplane that includes the half brite control bits for any pixels that can use it.
|
||||
|
||||
**--ham**
|
||||
|
||||
Generate bitplane and palette data for the OCS HAM mode.
|
||||
|
||||
**--ham-brute-force**
|
||||
|
||||
Use a primitive brute force method to calculate the HAM base palette.
|
||||
|
||||
**--dither**
|
||||
|
||||
Apply additional dithering to the image.
|
||||
|
||||
**--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