Output a png.
Void makePNG( Image img, String file="" )
img The image
file The file name to write to. This argument may be omitted to use standard output, which is useful in CGI scripts - call CGI.flush (3kaya) first to ensure the headers have been sent.
Outputs a PNG from the image. This function should not be used with standard output in the webapp model - use Image.webPNG (3kaya) instead.
Kaya standard library by Edwin Brady, Chris Morris and others ([email protected]). For further information see http://kayalang.org/
The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation.
Image.makeJPEG (3kaya)