Using ImageMagick with Dll's in Windows?

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?".
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

The most compact ImageMagick distribution is the non-installed static version of ImageMagick. It requires the least number of dependent files.To reduce footprint you can remove any utility you won't use (e.g. display, composite, etc) or you can remove any image coder you won't use (e.g. miff, avs, etc).
There is a build option, UseEmbeddableMagick, which loads configuration information internally so ImageMagick won't need any external configuration files but it has reduced functionality (you can't specify delegates, for example).
Post Reply