How to install/use MagickWand (on Kubuntu)
Posted: 2007-02-09T19:27:17-07:00
Hello everybody,
First of all, I'm french, and my english skill is really low, so please excuse my bad expression.
I'm trying to use ImageMagick to load pictures and modify them, I saw that for use ImageMagick with C I had to use MagickWand.
By reading the first tutorial I see that the compilation line is
But when I try to compile, it displays that to me :
I thought that by installing ImageMagick I installed MagickWand, but it seems not to be the case.
I tryed to verify if ImageMagick was installed, and when I type convert -version it returns me
So I suppose that it's ok.
But now I don't know how to install MagickWand, the only doc I found on google is for MagickWand for PHP.
I hope I was understandable :p
Regards,
MiDU
edit : By reading the makefile I didn't find either any info about MagickWand.
First of all, I'm french, and my english skill is really low, so please excuse my bad expression.
I'm trying to use ImageMagick to load pictures and modify them, I saw that for use ImageMagick with C I had to use MagickWand.
By reading the first tutorial I see that the compilation line is
Code: Select all
gcc `Wand-config --cflags --cppflags` my_file_name.c `Wand-config --ldflags --libs`
Code: Select all
bash: Wand-config : unknown command
bash: Wand-config : unknown command
test.c:3:29: error: wand/MagickWand.h: No such file or directory
I tryed to verify if ImageMagick was installed, and when I type convert -version it returns me
Code: Select all
Version: ImageMagick 6.2.4 11/01/06 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2005 ImageMagick Studio LLC
But now I don't know how to install MagickWand, the only doc I found on google is for MagickWand for PHP.
I hope I was understandable :p
Regards,
MiDU
edit : By reading the makefile I didn't find either any info about MagickWand.