tags:

views:

82

answers:

0

Hello all;

I have installed Imagemagick for (winxp) and is ok, and for working regarding resize with php code i have done a step by step procedure as a comment on php.net like below:

Ultimater at gmail dot com.

28-Jul-2009 02:41 Installing Imagick on Windows isn't too hard. I followed the guide at http://valokuva.org/?page%5Fid=50 and managed to install it without too much sweat.

  1. Visit http://imagemagick.org/script/binary-releases.php#windows and download "ImageMagick-6.5.4-6-Q16-windows-dll.exe"

  2. Pick a version at http://valokuva.org/outside-blog-content/imagick-windows-builds/ The directories are in YYMMDD format. The latest version that worked for me was 2008-Jul-09 so download 080709/php_imagick_dyn-Q16.dll respectively.

  3. Rename php_imagick_dyn-Q16.dll to "php_imagick.dll" and move it to php/ext

  4. open php.ini, and make sure extension=php_imagick.dll appears in the file and uncommented then resave. Note: phpinfo() will tell you the location of the loaded php.ini file.

  5. Re-start your webserver.

That's it, a simple test will tell you if your installation was successful.

but the php code does not work,is there any help?

Thanks in advance