From baaef2e443db3b224d5af57166a17ff76b149d62 Mon Sep 17 00:00:00 2001 From: alpine9000 Date: Tue, 8 Mar 2016 18:29:27 +1100 Subject: [PATCH] Updated imagecon README.md with HAM info --- tools/imagecon/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/tools/imagecon/README.md b/tools/imagecon/README.md index 047c272..16c7e29 100644 --- a/tools/imagecon/README.md +++ b/tools/imagecon/README.md @@ -18,6 +18,9 @@ usage --output-mask --output-copperlist --extra-half-brite + --ham + --ham-brute-force + --dither --use-palette --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.