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've recently found ImageMagick and I'm reading up on how to use it. So far I'm very impressed with it's versatility as a tool and I'm shocked I haven't heard of it before!
My main area of interest is image quantization.
I want to reduce the colors of an image and then save the image in a full color format. For instance, if I reduce the colors of an image to 16 and load it in a paint program, I can see that it has a palette assigned. What I would like to do is save the image in full RGB.
Oh I also forgot to mention that my image must preserve the alpha correctly.
What really impresses me about ImageMagick is that the quantization process considers the alpha channel of an image. This is my main reason for using this tool as I haven't found anything else out there to do this.
I'm not sure if that will affect anything but I just thought I'd mention it, just in case.
I've recently found ImageMagick and I'm reading up on how to use it. So far I'm very impressed with it's versatility as a tool and I'm shocked I haven't heard of it before!
My main area of interest is image quantization.
I want to reduce the colors of an image and then save the image in a full color format. For instance, if I reduce the colors of an image to 16 and load it in a paint program, I can see that it has a palette assigned. What I would like to do is save the image in full RGB.