Page 1 of 1

Smaller Imagemagick .exe to go with own program

Posted: 2010-02-06T06:23:36-07:00
by Poncho
Hi,

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?


Thanks :)

Re: Smaller Imagemagick .exe to go with own program

Posted: 2010-02-06T10:41:00-07:00
by snibgo
In compilation, you can choose which features (especially which file formats) to support.