imagecreatefrom and dynamic graphics

From: Krzysztof Kujawski (krzysztof.kujawski_at_zhp.pl)
Date: 01/13/04


Date: Tue, 13 Jan 2004 01:02:53 +0100

I'm trying to get an image to analize by
imagecreatefrompng(http://www.domain.pl/png.php);

The file png.php is generating a PNG file different for all logged users in
domain (cookies are used in this process).

I want to get this graphic from another domain e.g. domain2 by
imagecreatefrompng and analize it.
Problem is that - if I get this image straight to HTML by <img
src="http://www.domain.pl/png.php"> everything is ok. But if I'm using
imagecreate... the png.php file is not using it domains' cookie.

Can you solve my problem?

Krzysztof Kujawski

Soryy about all mistakes in English.