How-To fix imagecreatefrompng()

Tips and help with HTML, CSS, JavaScript, and site development.
Post Reply
User avatar
ccb056
Site Administrator
Posts: 981
Joined: January 14th, 2004, 11:36 pm
Location: Texas
Contact:

How-To fix imagecreatefrompng()

Post by ccb056 »

<b>How to Fix error: Call to undefined function: imagecreatefrompng() for windows</b>

edit php.ini as follows

The Extensions dir entry
; Directory in which the loadable extensions (modules) reside.
extension_dir=c:/php/extensions/

Where c:/php/extensions/ is the directory in which you have installed php's extensions, also remember to put forward slashes instead of back slashes.

The Dynamic Extensions Section:

;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;

Uncomment the following line

extension=php_gd.dll
Post Reply