![Razz :P](./images/smilies/icon_razz.gif)
I'm attempting to dither an image to a colour map (that will represent the possible ink combinations), but the result doesn't look right.
With this as my map (equally distributed colours in sRGB)
![Image](http://s2.postimage.org/pjqm4edjd/map.png)
dithering the night scape sample
![Image](http://www.imagemagick.org/Usage/img_photos/night_scape_orig.jpg)
with the command
Code: Select all
convert.exe night_scape_orig.jpg -remap map.png night_scape_dithered.png
![Image](http://s8.postimage.org/fndtkg4fp/night_scape_dithered.png)
which is clearly too light.
I guess problem is something akin to this and I've been guessing at some solutions, but I'd like to know the definitive method?
Thanks a lot