AmigaExamples/013.dithered_ham
alpine9000 ffc5f1f93d Got build working on newer OSX, included missing ADFs 2019-06-11 13:58:03 +10:00
..
bin Got build working on newer OSX, included missing ADFs 2019-06-11 13:58:03 +10:00
screenshots Updated screenshot 2016-03-11 21:48:43 +11:00
Makefile Updated to use resize 2016-03-12 12:53:27 +11:00
README.md Update README.md 2016-03-11 21:49:01 +11:00
constants.i Dithered HAM test 2016-03-08 21:30:47 +11:00
demo.pal Updated screenshots for bug fixed palette algorithm 2016-03-10 17:37:06 +11:00
dithered_ham.s Updates for removal of -phxass option 2016-03-21 20:35:08 +11:00
gigi.pal Updated screenshots for bug fixed palette algorithm 2016-03-10 17:37:06 +11:00
init.s Updates for removal of -phxass option 2016-03-21 20:35:08 +11:00
utils.s Dithered HAM test 2016-03-08 21:30:47 +11:00

README.md

ditherered ham

More changes to imagecon. This time I added simple Floyd-Steinberg 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

dithered

no dither

dithered

try it