Help for this page
print "Content-type: image/png\n\n"; print $gd->png;
open IMG, '>file.png'; print IMG $gd->png; close IMG; print "Content-type: text/html\n\n"; print '<img src="http://yourserver.com/file.png">';