1Image(3kaya)                 Kaya module reference                Image(3kaya)
2
3
4

NAME

6       Image - Image manipulation
7

DESCRIPTION

9       This  module interfaces to the GD library for creating and editing JPEG
10       and PNG images. It also provides a displayPage  function  so  that  the
11       generated images may be easily output by webapps.
12
13       See the Shape CGI ⟨http://kayalang.org/cgi/shape.cgi⟩ for an example of
14       the use of this module on the web.
15

TYPE SYNONYMS

17       Color = Colour

DATA TYPES

19       Image.ArcStyle (3kaya)
20       Image.Colour (3kaya)
21       Image.Font (3kaya)
22       Image.Image (3kaya)
23       Image.ImageType (3kaya)
24       Image.WebImage (3kaya)

EXCEPTIONS

26       Image.ColourOutOfRange (3kaya)

FUNCTIONS

28       Image.arc (3kaya)
29       Image.copy (3kaya)
30       Image.copyResized (3kaya)
31       Image.create (3kaya)
32       Image.create_1 (3kaya)
33       Image.dashedLine (3kaya)
34       Image.destroy (3kaya)
35       Image.displayPage (3kaya)
36       Image.drawString (3kaya)
37       Image.ellipse (3kaya)
38       Image.getJPEG (3kaya)
39       Image.getPNG (3kaya)
40       Image.giant (3kaya)
41       Image.height (3kaya)
42       Image.large (3kaya)
43       Image.line (3kaya)
44       Image.makeColour (3kaya)
45       Image.makeJPEG (3kaya)
46       Image.makePNG (3kaya)
47       Image.mediumBold (3kaya)
48       Image.poly (3kaya)
49       Image.rectangle (3kaya)
50       Image.setPixel (3kaya)
51       Image.small (3kaya)
52       Image.tiny (3kaya)
53       Image.webJPEG (3kaya)
54       Image.webPNG (3kaya)
55       Image.width (3kaya)

AUTHORS

57       Kaya  standard  library  by  Edwin  Brady,  Chris  Morris  and   others
58       (kaya@kayalang.org). For further information see http://kayalang.org/

LICENSE

60       The  Kaya  standard  library  is free software; you can redistribute it
61       and/or modify it under the terms  of  the  GNU  Lesser  General  Public
62       License  (version  2.1  or  any later version) as published by the Free
63       Software Foundation.
64
65
66
67Kaya                             December 2010                    Image(3kaya)
Impressum