1Image(3kaya) Kaya module reference Image(3kaya)
23
4
NAME
6Image - Image manipulation
7
DESCRIPTION
9This module interfaces to the GD library for creating and editing JPEG
10and PNG images. It also provides a displayPage function so that the
11generated images may be easily output by webapps.
1213
See the Shape CGI ⟨http://kayalang.org/cgi/shape.cgi⟩ for an example of
14the use of this module on the web.
15
TYPE SYNONYMS
17 Color = Colour
DATA TYPES
19Image.ArcStyle (3kaya)
20Image.Colour (3kaya)
21Image.Font (3kaya)
22Image.Image (3kaya)
23Image.ImageType (3kaya)
24Image.WebImage (3kaya)
EXCEPTIONS
26 Image.ColourOutOfRange (3kaya)
FUNCTIONS
28Image.arc (3kaya)
29Image.copy (3kaya)
30Image.copyResized (3kaya)
31Image.create (3kaya)
32Image.create_1 (3kaya)
33Image.dashedLine (3kaya)
34Image.destroy (3kaya)
35Image.displayPage (3kaya)
36Image.drawString (3kaya)
37Image.ellipse (3kaya)
38Image.getJPEG (3kaya)
39Image.getPNG (3kaya)
40Image.giant (3kaya)
41Image.height (3kaya)
42Image.large (3kaya)
43Image.line (3kaya)
44Image.makeColour (3kaya)
45Image.makeJPEG (3kaya)
46Image.makePNG (3kaya)
47Image.mediumBold (3kaya)
48Image.poly (3kaya)
49Image.rectangle (3kaya)
50Image.setPixel (3kaya)
51Image.small (3kaya)
52Image.tiny (3kaya)
53Image.webJPEG (3kaya)
54Image.webPNG (3kaya)
55Image.width (3kaya)
AUTHORS
57Kaya standard library by Edwin Brady, Chris Morris and others
58(kaya@kayalang.org). For further information see http://kayalang.org/
LICENSE
60The Kaya standard library is free software; you can redistribute it
61and/or modify it under the terms of the GNU Lesser General Public
62License (version 2.1 or any later version) as published by the Free
63Software Foundation.
6465
66
67
Kaya December 2010 Image(3kaya)