Hello,
I have a question about how to resize and convert an image using ImageMagick. On my old server, with another hosting company, this worked:
passthru("/usr/bin/convert -geometry 71x71! /here/is/the/path/newsFiles/$_FILES[upfile][name] JPG:/here/is/the/path/$newFileName");
However on my VPS with Lunar this isn't working. I'm trying to study up on any changes that might of been made in the newer version but so far no luck. I did install ImageMagick using yum so I know it's there. Any help is appreciated.
Thanks,
Doug
scdominion.com
I failed to mention that this IS changing the filetype to JPG but it's not resizing the image. Thanks.