Search found 2 matches
- 2013-07-09T12:38:40-07:00
- Forum: Users
- Topic: Reduce an image to 15 colors from a 159 color palette.
- Replies: 2
- Views: 2619
Re: Reduce an image to 15 colors from a 159 color palette.
Thanks, I've gotten pretty good results from that process.
- 2013-07-05T14:17:30-07:00
- Forum: Users
- Topic: Reduce an image to 15 colors from a 159 color palette.
- Replies: 2
- Views: 2619
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 ...
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 ...