Page 1 of 1

How do i start with magicwand ?

Posted: 2010-06-09T13:34:27-07:00
by rwikee
I know its very stupid question, but I will be glad if you can help me out.
Where can I download magicwand for c?
Everywhere I can see magicwand for php only. But where can i download the c version?
I have downloaded imagemagick, in that i found a directory called "wand". But if use it then lots of missing header errors are shown. Please tell How do i setup the environment to build applications using magicwand api for my college project.

Re: How do i start with magicwand ?

Posted: 2010-06-09T15:38:06-07:00
by el_supremo
When you run the ImageMagick installer there is a dialog in which you can select that it installs the include files. By default it does not install these files and that's probably what's happened to you. Try installing it again.

Pete

Re: How do i start with magicwand ?

Posted: 2010-06-10T02:38:13-07:00
by rwikee
Thanks for your guidance. I have installed it. Now I can use it from command line. BUT HERE COMES PROBLEM NO. 2 :D

The Demo programs in magic++ are building with no error, but they are not running. even demo.bat is not executing, it is showing some error and exiting.

Can you suggest me any book or resources about using imagemagick api in c/c++