multiple gdimages in the same script without using temp file

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
twrofpwr
Forum Newbie
Posts: 17
Joined: Wed Jun 15, 2005 8:46 pm

multiple gdimages in the same script without using temp file

Post by twrofpwr »

Is it possible to create multiple gdimages without using temporary files in the same php script file?
User avatar
senthilnayagam
Forum Newbie
Posts: 17
Joined: Wed Jun 08, 2005 5:36 am
Location: Bangalore

need more info on your application

Post by senthilnayagam »

can you provide more info on how you plant to use it

and what other restrictions are there besides not using temp files


will surely try to help


regards
Senthilnayagam
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Post by pickle »

Yes it is. You just need to run the image creation code multiple times.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Post Reply