Jump to content

Execute program without waiting PHP.


Lumio

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.