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 made a small program with Python and it uses ImageMagick to do the image editing. For this I first only used the convert.exe and some manifest files that are needed for the .exe, but now I will also use the composite.exe which makes it already 10MB (5MB each). I think this is way to big for my simple program: I only use append, colorspace and overlay one image of other. Is there a way to make those .exe's smaller?