Search found 2 matches

by Metroids
2013-07-09T12:38:40-07:00
Forum: Users
Topic: Reduce an image to 15 colors from a 159 color palette.
Replies: 2
Views: 2361

Re: Reduce an image to 15 colors from a 159 color palette.

Thanks, I've gotten pretty good results from that process.
by Metroids
2013-07-05T14:17:30-07:00
Forum: Users
Topic: Reduce an image to 15 colors from a 159 color palette.
Replies: 2
Views: 2361

Reduce an image to 15 colors from a 159 color palette.

I want something like this: convert input.png -dither Riemersma -remap palette.png -colors 15 output.png (but I don't think that's a valid use of the library, pretty sure it's ignoring the colors param) Input is an arbitrary image. Palette looks like this: http://topolla.net/images/palette.png A two ...