Re: [PHP] ImageCreateFromPNG

2003-01-03 Thread R'twick Niceorgaw
I have something that I use to create simple buttons. I use the command line interface version of php to create the buttons offline. However, the function can also be used on an web application easily. I am creating the image with fixed height and width, you can change it by using $i_width and $i_h

Re: [PHP] ImageCreateFromPNG

2003-01-03 Thread Michael J. Pawlowsky
Oops... thought you wanted them to upload a file... So here something else... just modify it to your needs It' the code to the URL I sent you... *** REPLY SEPARATOR *** On 03/01/2003 at 11:58 AM Michael Weiner wrote: >Does someone have a script of php func

Re: [PHP] ImageCreateFromPNG

2003-01-03 Thread Michael J. Pawlowsky
I have something that does it but only with gif since I have the old version of GDLib. But everthing is the same except for the output and the opening from a specific file.. It's not exactly what you are looking for but it will get you started I use a db clas for my db calls so dont try and us

Re: [PHP] ImageCreateFromPNG

2003-01-03 Thread Chris Hewitt
Roy van Arem wrote: In gd section. hm... I always used to use PHP 3. something and that didn't have half the variables I can set in php4.3.. anyway this is phpinfo: http://62.142.245.64/g/gheos.com/test.php No gd section or png mentioned on that page. Fatal error: Call to undefined

Re: [PHP] ImageCreateFromPNG

2003-01-03 Thread Chris Hewitt
Roy van Arem wrote: ImageCreateFromPNG just won't work in php4.3 on windows 2000 . . . .I cannot find any information on that ... can someone help me?? please Does phpinfo() show that you have png support enabled (in gd section)? I'm working with php 4.1.2 (on linux) so things may differ