ImageMagick returns an error

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
royall
Posts: 2
Joined: Sun Oct 11, 2009 5:13 pm
Location: Mesa
Contact:

ImageMagick returns an error

Post 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.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: ImageMagick returns an error

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
royall
Posts: 2
Joined: Sun Oct 11, 2009 5:13 pm
Location: Mesa
Contact:

Re: ImageMagick returns an error

Post by royall »

Thanks for the help; my images work now!
I'm still a bit confused since /usr/bin/mogrify works from the console...
Post Reply