1Image.displayPage(3kaya) Kaya module reference Image.displayPage(3kaya)
2
3
4
6 Image::displayPage - Display function for webapps
7
9 Void displayPage( WebImage image )
10
12 image A Image.WebImage (3kaya) produced with Image.webPNG (3kaya) or
13 Image.webJPEG (3kaya)
14
15
17 Display an image via HTTP. This function should be called automatically
18 by a web application when the return type of webmain is Image.WebImage
19 [1m(3kaya)
20 Calling this function directly is generally only necessary for debugā
21 ging purposes.
22
24 Kaya standard library by Edwin Brady, Chris Morris and others
25 (kaya@kayalang.org). For further information see http://kayalang.org/
26
28 The Kaya standard library is free software; you can redistribute it
29 and/or modify it under the terms of the GNU Lesser General Public
30 License (version 2.1 or any later version) as published by the Free
31 Software Foundation.
32
34 Webapp(3kaya)
35
36
37
38Kaya December 2010 Image.displayPage(3kaya)