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
Smaller Imagemagick .exe to go with own program
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Smaller Imagemagick .exe to go with own program
In compilation, you can choose which features (especially which file formats) to support.
snibgo's IM pages: im.snibgo.com