mirror of
https://frontier.innolan.net/github/AmigaExamples.git
synced 2026-09-12 14:51:56 +00:00
20 lines
810 B
Markdown
20 lines
810 B
Markdown
ditherered ham
|
|
==============
|
|
|
|
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.
|
|
|
|
I also added a very slow and hackish brute force palette computation that tries the find good HAM palette.
|
|
|
|
dithered
|
|
--------
|
|

|
|
|
|
no dither
|
|
---------
|
|

|
|
|
|
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>
|