
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)

dithering the night scape sample

with the command
Code: Select all
convert.exe night_scape_orig.jpg -remap map.png 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