include Magickwand api in setup software for deployment

The MagickWand interface is a new high-level C API interface to ImageMagick core methods. We discourage the use of the core methods and encourage the use of this API instead. Post MagickWand questions, bug reports, and suggestions to this forum.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

You can copy all ImageMagick DLL's and configuration files to the same folder as your application. When your application calls the MagickWand API it will automatically look in the same folder as the application for any configuration files or modules.
Post Reply