Run program on other PC

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
Marcel
Posts: 4
Joined: 2011-01-13T04:02:47-07:00
Authentication code: 8675308

Run program on other PC

Post by Marcel »

Hi all,

I created a exe file by compiling and linking the example "wand.c" of MagickWand from http://www.imagemagick.org/script/magick-wand.php. The program works fine on my pc. But I like to run the created program on a pc which has no ImageMagick installed. So I copied the DLLs and the developed program to this PC in one folder. But there I get the following error C:\TEMP\testwand>Test Winter.jpg t.jpg test.c unknown 41 NoDecodeDelegateForThisImageFormat `Winter.jpg' @ error/constitute.c/ReadImage/532. It seams that the program can not find the coders. Is it possible to run the program on a pc where no ImageMagick is installed? How do I have to reference to the coder DLLs?

Thanks and regards,
Marcel
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Run program on other PC

Post by magick »

You probably want the "Portable Win32 static at 16 bits-per-pixel. Just copy to your host and run (no installer, no Windows registry entries)." version of ImageMagick. See http://www.imagemagick.org/script/binar ... hp#windows.
Post Reply