How do I extract main colors form an image and then map to a color map?
convert original.jpg -dither None -map colors.bmp converted.bmp
convert converted.bmp -format %c histogram:info:-
Comments: Please use the discussion (https://magick.codeplex.com/discussions) instead. Issues are only for reporting bugs.
convert original.jpg -dither None -map colors.bmp converted.bmp
convert converted.bmp -format %c histogram:info:-
Comments: Please use the discussion (https://magick.codeplex.com/discussions) instead. Issues are only for reporting bugs.