Redistribute program using MagickWand?

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
alanchcw
Posts: 7
Joined: 2019-09-29T02:11:05-07:00
Authentication code: 1152

Redistribute program using MagickWand?

Post by alanchcw »

Hi,

My program will use MagickWand. I wonder how to redistribute it without installing ImageMagick on the target computer.

In the thread https://imagemagick.org/discourse-serve ... f=1&t=8136 , it said "The ImageMagick binaries requires Window registry entries to work properly. ". Does that means my installer needs to change the registry entries to make sure MagicWand works properly? If yes, is there any document on how to do that? I try to search but cannot find any.

Thanks
Post Reply