Display function for webapps
Void displayPage( WebImage image )
image A Image.WebImage (3kaya) produced with Image.webPNG (3kaya) or Image.webJPEG (3kaya)
Display an image via HTTP. This function should be called automatically by a web application when the return type of webmain is Image.WebImage (3kaya) Calling this function directly is generally only necessary for debugging purposes.
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.
Webapp(3kaya)