Page 1 of 1

import a php picture

Posted: Tue Dec 16, 2003 8:38 pm
by HappyTchoum
Hi, I would like to createfrompng() an image that I did before. This image must stay dynamic. If I could do createfrompng(image.php), I would put it as a background and add more GD features on it.

When I do createfrompng(image.php) they say it is not a valid picture.
I tried to put in the same script a second image of the second part ($image1 and $image2) I tried to merge them and still doesn't work. Get the same error.

Someone knows a function to import a php picture into another php?

Thank You

HappyTchoum