I want to generat my secure code image myself.
In my code
$image=imagecreatetruecolor($x, $y);

imagecreatetruecolor is returning
Fatal error: Call to undefined function: imagecreatetruecolor()
Thank You.