PDA

View Full Version : Resize an Image using ImageMagick...


Jaxel
08-03-2010, 07:24 PM
Okay... lets say I have an image here:

$image = "/abso/lute/path/image.jpg";

I am trying to resize this image, and crop from center a 160x90 image using Imagick, then save it back to the original location. How would I do this? I have tried the code below, but it just doesn't work. It breaks.

$thumb = new Imagick($image);
$thumb->cropThumbnailImage('160','90');
$thumb->writeImage($image);
$thumb->destroy();

Jaxel
08-05-2010, 07:45 PM
bump

Jaxel
08-22-2010, 09:41 AM
bump...

Jaxel
09-03-2010, 06:58 AM
bump...