Update README.md

This commit is contained in:
alpine9000
2016-03-09 15:05:59 +11:00
parent ba33cc31c2
commit bb2c632efa
+10 -7
View File
@@ -1,16 +1,19 @@
Ditherered HAM
ditherered ham
==============
Work in progress
More changes to [imagecon](../tools/imagecon). This time I added simple [Floyd-Steinberg dithering](https://en.wikipedia.org/wiki/Floyd%E2%80%93Steinberg_dithering). You can see that while this improves the image, there are some problems somewhere in imagecon that increase the color intensity compared to the original source image.
Dithered
I also added a very slow and hackish brute force palette computation that tries the find good HAM palette.
dithered
--------
![dithered](screenshots/dithered.png?raw=true)
No dither
no dither
---------
![dithered](screenshots/ham.png?raw=true)
[Download disk image](bin/dithered_ham.adf?raw=true)
try it
------
* [Download disk image](bin/dithered_ham.adf?raw=true)
* <a href="http://alpine9000.github.io/ScriptedAmigaEmulator/#amiga_examples/dithered_ham.adf" target="_blank">Run in SAE</a>