This is sample code that I had posted on the PHP documentation comment that seem to have been deleted. Someone called “matt at mattostock dot com” posted code where this came from originally, but it didn’t work. This is designed to be called after the imagepng($im, $write_file) call. <?php $bgColor = array (255,255,255); // white [...]