Dymamic link to MagickWand (NetBSD)

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
MiDU

Dymamic link to MagickWand (NetBSD)

Post by MiDU »

Hello,

I would like to know how I can use a dynamic link to magickwand under an unix system (NetBSD). I'm actually a newbie on programmation so I don't really now how to do (I don't want to install magickwand in all the system).

My objective is to get this kind of arborescence :
/
/libs
/libs/magickwand
[...]

And I'd like to have the lib in the directory "magickwand".
I don't know if it's possible but as I only need to convert images I'd like to know if I can install only a part of magickwand (the one that can convert the images) and not the whole lib.

Regards,
MiDU
Post Reply