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





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to