beta-0.89.2
[luatex.git] / manual / old / fdata_img.lua
blob03b8259ea9689d3c9974bc6f3258266df49069ac
1 -- $Id: fdata_img.lua 4106 2011-04-10 12:51:54Z hhenkel $
3 local fdata_img = {
4 ["functions"] = {
5 ["boxes"] = {
6 ["arguments"] = {},
7 ["returnvalues"] = {
9 ["name"] = "boxes",
10 ["optional"] = false,
11 ["type"] = "table",
14 ["shortdesc"] = "Returns a list of supported image bounding box names.",
15 ["type"] = "function",
17 ["copy"] = {
18 ["arguments"] = {
20 ["name"] = "var",
21 ["optional"] = false,
22 ["type"] = "image",
25 ["returnvalues"] = {
27 ["name"] = "var",
28 ["optional"] = false,
29 ["type"] = "image",
32 ["shortdesc"] = "Copy an image.",
33 ["type"] = "function",
35 ["immediatewrite"] = {
36 ["arguments"] = {
38 ["name"] = "var",
39 ["optional"] = false,
40 ["type"] = "image",
43 ["returnvalues"] = {
45 ["name"] = "var",
46 ["optional"] = false,
47 ["type"] = "image",
50 ["shortdesc"] = "Write the image to the PDF file immediately.",
51 ["type"] = "function",
53 ["keys"] = {
54 ["arguments"] = {},
55 ["returnvalues"] = {
57 ["name"] = "keys",
58 ["optional"] = false,
59 ["type"] = "table",
62 ["shortdesc"] = "Returns a table with possible image table keys, including retrieved information.",
63 ["type"] = "function",
65 ["new"] = {
66 ["arguments"] = {
68 ["name"] = "var",
69 ["optional"] = true,
70 ["type"] = "table",
73 ["returnvalues"] = {
75 ["name"] = "var",
76 ["optional"] = false,
77 ["type"] = "image",
80 ["shortdesc"] = "This function creates an \\quote {image} object. Allowed fields\
81 in the table: \\aliteral{filename} (required), \\aliteral{width},\
82 \\aliteral{depth}, \\aliteral{height}, \\aliteral{attr}, \\aliteral{page}, \\aliteral{pagebox}, \\aliteral{colorspace}).",
83 ["type"] = "function",
85 ["node"] = {
86 ["arguments"] = {
88 ["name"] = "var",
89 ["optional"] = false,
90 ["type"] = "image",
93 ["returnvalues"] = {
95 ["name"] = "n",
96 ["optional"] = false,
97 ["type"] = "node",
100 ["shortdesc"] = "Returns the node associated with an image.",
101 ["type"] = "function",
103 ["scan"] = {
104 ["arguments"] = {
106 ["name"] = "var",
107 ["optional"] = false,
108 ["type"] = "image",
111 ["returnvalues"] = {
113 ["name"] = "var",
114 ["optional"] = false,
115 ["type"] = "image",
118 ["shortdesc"] = "Processes an image file and stores the retrieved information in the image object.",
119 ["type"] = "function",
121 ["types"] = {
122 ["arguments"] = {},
123 ["returnvalues"] = {
125 ["name"] = "types",
126 ["optional"] = false,
127 ["type"] = "table",
130 ["shortdesc"] = "Returns a list of supported image types.",
131 ["type"] = "function",
133 ["write"] = {
134 ["arguments"] = {
136 ["name"] = "var",
137 ["optional"] = false,
138 ["type"] = "image",
141 ["returnvalues"] = {
143 ["name"] = "var",
144 ["optional"] = false,
145 ["type"] = "image",
148 ["shortdesc"] = "Write the image to the PDF file.",
149 ["type"] = "function",
152 ["methods"] = {
156 return fdata_img