Page 1 of 1

ImageMagick returns an error

Posted: Sun Oct 11, 2009 5:17 pm
by royall
I have s9y set up to use ImageMagick to automatically create thumbnails when I upload photos via the media manager. It does resize the pictures, but it resizes the original image instead of leaving it intact and creating a thumbnail.

When I upload images, I am presented with an error that I do not understand:

Code: Select all

File DSCF0010.JPG successfully uploaded as /home/royall/public_html/uploads/picture.JPG

Unable to execute: "/usr/bin/mogrify -antialias -resize '320x240>' '/home/royall/public_html/uploads/picture.JPG' '/home/royall/public_html/uploads/picture.thb.JPG'", error: , return var: 1
What can I do about this? All I'm looking for is normal thumbnailing behavior.

Re: ImageMagick returns an error

Posted: Mon Oct 12, 2009 10:00 am
by garvinhicking
Hi!

Does your PHP support gdlib? In that case you could turn off using imagemagick, which seems to be an alias on your installation that doesn't work.

Regards,
Garvin

Re: ImageMagick returns an error

Posted: Mon Oct 12, 2009 4:23 pm
by royall
Thanks for the help; my images work now!
I'm still a bit confused since /usr/bin/mogrify works from the console...