Lumio Posted July 26, 2007 Share Posted July 26, 2007 Hi! I got a problem... I try to execute ImageMagick as: passthru('/usr/bin/convert \''.addslashes($pic).'\' -resize '.$new_width.'x'.$new_height.'\\! \''.addslashes($pic).'\'', $result); That works fine... until the pictures get bigger and the page stops. I need something that executes ImageMagick as thisone, but without stopping. I got many pictures with a filesize up to 1,5MB. And I want to shrink them. I hope you understand, what I mean greetings Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.