#!/usr/bin/python image=open("/var/www/html/img/topbkg.gif",'rb').read() print "Content-Type: image/png\nContent-Length: %d\n" % len(image) print image