Image::displayPage(3) Display function for webapps

SYNOPSIS

Void displayPage( WebImage image )

ARGUMENTS

image A Image.WebImage(3kaya) produced with Image.webPNG(3kaya) or Image.webJPEG(3kaya)

DESCRIPTION

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.

AUTHORS

Kaya standard library by Edwin Brady, Chris Morris and others ([email protected]). For further information see http://kayalang.org/

LICENSE

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.

RELATED

Webapp(3kaya)