Page 1 of 1

Help emulating "remap" on old version of ImageMagick

Posted: 2015-06-11T14:55:58-07:00
by lubu
I'm running version 6.2.8 which doesn't have the remap command, but I think that's exactly what I need. I have an image that I want to reduce to a specific set of 16 colors. Remap seems to be the easy solution by passing in a palette.png, but it's not an option on this version. (Please don't say "just upgrade" because it would require a lot of steps right now for this one task.)

Is there a way to do this without remap? Thanks.

Re: Help emulating "remap" on old version of ImageMagick

Posted: 2015-06-11T15:30:44-07:00
by fmw42
It may be called "-map" on the older systems?

Re: Help emulating "remap" on old version of ImageMagick

Posted: 2015-06-11T16:12:13-07:00
by lubu
Well that was easy! Thanks.