Re: [PHP] Image wrapper not multithreaded

2004-12-06 Thread Marek Kilimajer
Michael Minden wrote: Hi, I wrote a script for a webcam overview that downloads images form different locations like this: $image = imagecreatefromjpeg($imgurl); header("Content-Type: image/jpeg"); imagejpeg($image); ?> I call it a few times inside an html file like this: The Problem is that th

[PHP] Image wrapper not multithreaded

2004-12-06 Thread Michael Minden
Hi, I wrote a script for a webcam overview that downloads images form different locations like this: $image = imagecreatefromjpeg($imgurl); header("Content-Type: image/jpeg"); imagejpeg($image); ?> I call it a few times inside an html file like this: The Problem is that this does not seem to be