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?".
I am working on a project in school where we will output a picture to a VGA monitor using an fpga, spartan 3e. Spartan 3e only has 8 bit RGB information (3 bits for red, 3 for green and 2 for blue). So I was wondering if you know how to convert a bmp file with 24 bit in depth to a bmp file with 8 bit in depth?
Otherwise I have to code my own converter and that takes time