> Also, from the perspective of setting up a project to use ImageMagick
> as a library,

A good starting point is to simply install the ImageMagick pre-compiled
Windows distribution and track the files in the installation folder
(typically c:\Program Files\ImageMagick-6.5.0-Q16).  Take a look at the
VisualMagick/installer folder from the source distribution to see a list
of files that we copy to the distribition.

To get started on your own ImageMagick workspace, go to the Magick++_demo
folder and build the button project.  It can then be used as a template
for your own project.  Note that using the API is pretty straight-forward
header wise.  For each of the API's you only need one header file:
MagickCore.h for MagickCore, MagickWand.h for MagickWand, and Magick++.h
for Magick++.

The last point is that ImageMagick is open-source.  If you can improve
the build, post a URL to your patches here and we will try to incorporate
them into a future distribution of ImageMagick if they prove to be useful.
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to