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 Link to comment https://forums.phpfreaks.com/topic/61845-execute-program-without-waiting-php/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.