I would like to write a C program that replicate the command convert (viewtopic.php?f=1&t=15115). Now i'm trying to compile under Linux and Windows but the results are not good.
Under Windows Visual Studio 2008 I have a lot of error but i think that the problem is the same as viewtopic.php?f=6&t=11757.
Under Linux (gcc compiler or Codeblock IDE with same compiler) i get the following error
Code: Select all
prova.c:2:30: error: wand/magick_wand.h: Nessun file o directory
/magick/magick_wand.h
/wand
/source code example.c
thank you