Jump to content

imagick help needed


Recommended Posts

hi i need some help using imagick. i just download imagick from url below

http://www.imagemagick.org/script/binary-releases.php#windows

 

i download this version

ImageMagick-6.5.9-10-Q16-windows-dll.exe

 

now i am trying to use the code which is in php.net website but it is not working. i think i did not install it correctly. i just run .exe file. is that enough to use i magick??

 

this is the php.net code

<?php

header('Content-type: image/jpeg');

$image = new Imagick('image.jpg');

// If 0 is provided as a width or height parameter,
// aspect ratio is maintained
$image->thumbnailImage(100, 0);

echo $image;

?>

above code displays this

http://localhost/uploadfile/imagicexample.php

Link to comment
https://forums.phpfreaks.com/topic/193191-imagick-help-needed/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.