Updated imagecon README.md with HAM info

This commit is contained in:
alpine9000
2016-03-08 18:29:27 +11:00
parent 75186eb4d9
commit baaef2e443
+15
View File
@@ -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** &lt;palette file>
Specify a palette file to use that will override the image or quantized palette. Overrides the --colors and --quantize options.