diff --git a/012.ham_mode/README.md b/012.ham_mode/README.md index eabfa40..8bc7979 100644 --- a/012.ham_mode/README.md +++ b/012.ham_mode/README.md @@ -3,6 +3,20 @@ Hold and Modify Mode I added basic supprt to [imagecon](../tools/imagecon) to output HAM mode data. The algorithm used is pretty simple so the quality of the HAM display could definately be improved. +We can see definite improvement between 32 colors and my HAM generation, but my guess it that it could be a lot better. + +HAM Mode +------------------------- +![6 bitplanes](screenshots/ham.png?raw=true) + +32 colors +--------- +![5 bitplanes](../011.ehb_mode/screenshots/32-colors.png?raw=true) + +The differences +--------------- +![image differences](screenshots/diff.png?raw=true) + [Download disk image](bin/ham_mode.adf?raw=true) diff --git a/012.ham_mode/screenshots/ham.png b/012.ham_mode/screenshots/ham.png new file mode 100644 index 0000000..bfad838 Binary files /dev/null and b/012.ham_mode/screenshots/ham.png differ