Void makePNG(Image img, String file="")
Arguments
img: The imagefile: The file name to write to. This argument may be omitted to use standard output, which is useful in CGI scripts - call CGI::flush first to ensure the headers have been sent.
Usage
Outputs a PNG from the image. This function should not be used with standard output in the webapp model - use webPNG instead.