No, it's not sent to the browser. Your output buffer catches it, and the output buffer is then erased with ob_end_clean().

Oliver Witt wrote:

Marek Kilimajer schrieb:


Use output buffer:
ob_start();
ImageJPEG($im);
$imagestring=ob_get_contents();
ob_end_clean();



Thanks for the answer. But if I do it like that, the picture has been sent to
the browser. That's what I don't want. I need to know the size of the picture
before it is sent to the browser.
Olli






--
The above message is encrypted with double rot13 encoding.  Any unauthorized attempt to decrypt it will be prosecuted to the full extent of the law.


Reply via email to