Re: [PHP] free usefull piece of code for everybody!

2002-02-09 Thread hugh danaher
2002 10:19 AM Subject: [PHP] free usefull piece of code for everybody! > a random image maker based on the gd library (PNG)... > > function setPenColors($theimage) { > global $redpen, $greenp

Re: [PHP] free usefull piece of code for everybody!

2002-02-09 Thread Jason Wong
On Sunday 10 February 2002 02:19, Arik Ashepa wrote: [snip] > // now send the picture to the client (this outputs all image data > directly) imagePNG($image); Very nice! Hey someone give this guy a project to work on :) -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk /* Never a

[PHP] free usefull piece of code for everybody!

2002-02-09 Thread Arik Ashepa
a random image maker based on the gd library (PNG)... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php