Page 1 of 1

imagecreatefrompng() problem

Posted: Sat Jan 17, 2004 9:04 am
by fastfingertips
When i'm using it, displays following problem:
Call to undefined function: imagecreatefrompng()
What do i need to work with images?
I have PHP version 4.3.4 the CGI version
(CGI binary plus server API versions for Apache, Apache2 (experimental), ISAPI, NSAPI, Servlet and Pi3Web. MySQL support built-in, many extensions included, packaged as zip).

Posted: Sat Jan 17, 2004 9:14 am
by markl999
Got GD installed too? A phpinfo() page should have a GD section in it.
Do other image functions work or specifically the png related ones?

Posted: Sat Jan 17, 2004 9:21 am
by fastfingertips
I have downloaded the gd thanks.

But unfortunatelly i did not understood how to install it, what modifications do i have to make to my php.ini file.
I'm working with PHP on a windows machine under IIS.

Posted: Sat Jan 17, 2004 9:52 am
by fastfingertips
I have founded the problem :)
I have used include as folder in the ini file, unfortunatelly for me now the dll's are in the extensions folder.