Smaller Imagemagick .exe to go with own program
Posted: 2010-02-06T06:23:36-07:00
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
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
