9951 explained code solutions for 126 technologies
$im = imagecreatetruecolor(400, 300);ctrl + cgithub
$im = imagecreatetruecolor(400, 300);
imagecreatetruecolor
creates true color GD image object with specified width & height
400
image width
300
image height