Hi All.. and Many thanks in advance to anyone that might be able to give me a little direction with the following...
I just recently had our tech guy install Image Magick on one of our web servers.. (linux based)..
And I don't get any response out of the following script:
if ($imageWidth > $resize_width) {
exec("/usr/local/bin/mogrify -geometry $resize_widthx$resize_width /web/pub/stouderholsteins.com/pub/pics/$image_name /web/pub/stouderholsteins.com/pub/pics/$image_name"); }
Do I need to recompile PHP or is there some step that he missed?
All of my image paths etc have been tested and are acurate, so I'm puzzled..
Again.. thanks for any assistance..
CJ