IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
checking ImageMagick MagickWand API configuration program... configure: error: not found. Please provide a path to MagickWand-config or Wand-config program.
NOTE: my config.m4 is editet to point to te correct files (in the same bin folder of xamppfiles)
Magicwand for PHP and Imagick are two completely different APIs. If you want Imagick then you don't need the Magicwand for PHP. Furthermore, you can just install Imagemagick and run and IM command line via PHP exec() command. Other than that I am not sure I can help as I do not use any of the PHP APIs or any other API, just the command line.
fmw42 wrote:Magicwand for PHP and Imagick are two completely different APIs. If you want Imagick then you don't need the Magicwand for PHP. Furthermore, you can just install Imagemagick and run and IM command line via PHP exec() command. Other than that I am not sure I can help as I do not use any of the PHP APIs or any other API, just the command line.
I know i can rum IM via exec, but i need to test mi application with a normal execution of IM... the i would try to install it on xampp.
If magickwnd is another API, why when i try to install imagemagick into XAMPP the ./configure stops there?
there are two magickwands, one is part of imagemagick and is the C API and the other is the magickwand PHP API. Neither of these are the same as Imagick (for PHP)