I am really confused. I've got Imagemagick working for GIFs. I can resize them, rotate them, thumbnail them, etc. everything works perfect but I can't get it to work for JPGs or PNGs. I get the much reported:
warning: rename(tmp/tmpthumb_bb2a4549a99e2a4d0fe9e3c3bfcb0513.jpg,thumbs/thumb_bb2a4549a99e2a4d0fe9e3c3bfcb0513-30.jpg): No such file or directory in /home/httpd/vhosts/new.soylentx.com/httpdocs/modules/image/image.module on line 878.
warning: rename(tmp/tmpimg_bb2a4549a99e2a4d0fe9e3c3bfcb0513_640x480.jpg,images/bb2a4549a99e2a4d0fe9e3c3bfcb0513-30_640x480.jpg): No such file or directory in /home/httpd/vhosts/new.soylentx.com/httpdocs/modules/image/image.module on line 885.
GD2 works fine for JPG and PNG images but not for GIFs. It seems to me that the image.module code is ok and its a problem with the Imagemagick library. I know GD2 doesn't support GIFs so I would say everything works fine with GD2 but Imagemagick iis supposed to support JPG and PNG, right?
Comments
Comment #1
Uwe Hermann commentedComment #2
drewish commentedi'm trying to clean up the image module's issue queue. this issue looks like it's been resolved by more recent versions of the module. feel free to re-open this if you disagree.