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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.