I am trying to integrate "pChart" with my PHP code. When I am trying to run the samples it gives me an error stating call to undefined function imagecreatetruecolor. The suggestion solution was to load this dll "php_gd2.dll" so I have uncommented extension=php_gd2.dll in php.ini file.
Even after that I get the same error. I have tried restarting the server & machine too.

get_defined_functionsto seek for functionimagecreatetruecolor– ajreal Dec 30 '10 at 8:09gdis set up ok? is it listed inphpinfo()? – prodigitalson Dec 30 '10 at 8:16