Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Hello, I'm trying to convert some 24 bit BMPs into 8 bit with a palette that contains only the used colors, but that always results in a bitmap with the 256 palette entries even when the image use 4 or 5 colors, so my question is if it is possible to have any unused entries removed, I have tried this basically
see -remap with +dither (or -dither none) at http://www.imagemagick.org/Usage/quantize/#remap. Prepare ahead of time the colors your want to keep and make them into an image (one pixel per color)