Making a color palete
Posted: 2014-02-25T14:44:18-07:00
So I'm working a making a color palette that can be pulled from an image. Thus far I've gotten this:
Which is great, it's nearly there, but when I open the images in photoshop and zoom in there is a single strip of gradated color between each of the swatch colors.


I need to figure out how to make it simply the swatch colors with no gradation at all.
Thanks!
Code: Select all
convert input.jpg +dither -colors 16 -unique-colors -scale 2110% filename_palette.gif


I need to figure out how to make it simply the swatch colors with no gradation at all.
Thanks!