File: sdl_img.html

package info (click to toggle)
esdl 1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,312 kB
  • ctags: 7,213
  • sloc: ansic: 13,621; erlang: 8,825; makefile: 294; sh: 228; objc: 181
file content (180 lines) | stat: -rwxr-xr-x 7,710 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<HTML><HEAD><TITLE>sdl_img</TITLE></HEAD>
<BODY BGCOLOR="#FFFFFF">
<H3>Header File</H3>
The header file may include additional information <a href="../include/sdl_img.hrl">sdl_img.hrl</a>
<H3>Exports</H3>
<p><A NAME="linkedVersion">
<strong> linkedVersion()  </strong><UL>Args: -<br>
Returns: {Major, Minor, Patch}<br>
<a href="http://jcatki.no-ip.org/SDL_image/SDL_image.html#IMG_Linked_Version">C-API:</a> const SDL_version * IMG_Linked_Version(void);<br>
Desc:<br> This function gets the version of the SDL_image library.<br>
</UL>
<p><A NAME="loadTypedRW">
<strong> loadTypedRW()  </strong><UL>Args: N/A<br>
Returns: N/A<br>
<a href="http://jcatki.no-ip.org/SDL_image/SDL_image.html#IMG_LoadTyped_RW">C-API:</a> SDL_Surface * IMG_LoadTyped_RW(SDL_RWops *src, int freesrc, char *type);<br>
Desc:<br> Not implemented.<br>
</UL>
<p><A NAME="load">
<strong> load(File)  </strong><UL>Args: File<br>
Returns: Surface Ref<br>
<a href="http://jcatki.no-ip.org/SDL_image/SDL_image.html#IMG_Load">C-API:</a> SDL_Surface * IMG_Load(const char *file);<br>
Desc:<br> Load an image from an SDL data source.<br>
</UL>
<p><A NAME="loadRW">
<strong> loadRW()  </strong><UL>Args: N/A<br>
Returns: N/A<br>
<a href="http://jcatki.no-ip.org/SDL_image/SDL_image.html#IMG_Load_RW">C-API:</a> SDL_Surface * IMG_Load_RW(SDL_RWops *src, int freesrc);<br>
Desc:<br> Not implemented.<br>
</UL>
<p><A NAME="invertAlpha">
<strong> invertAlpha()  </strong><UL>Args: N/A<br>
Returns: N/A<br>
<a href="http://jcatki.no-ip.org/SDL_image/SDL_image.html#IMG_InvertAlpha">C-API:</a> int IMG_InvertAlpha(int on);<br>
Desc:<br> Not implemented.<br>
</UL>
<p><A NAME="isBMP">
<strong> isBMP()  </strong><UL>Args: N/A<br>
Returns: N/A<br>
<a href="http://jcatki.no-ip.org/SDL_image/SDL_image.html#IMG_isBMP">C-API:</a> int IMG_isBMP(SDL_RWops *src);<br>
Desc:<br> Not implemented.<br>
</UL>
<p><A NAME="isPNM">
<strong> isPNM()  </strong><UL>Args: N/A<br>
Returns: N/A<br>
<a href="http://jcatki.no-ip.org/SDL_image/SDL_image.html#IMG_isPNM">C-API:</a> int IMG_isPNM(SDL_RWops *src);<br>
Desc:<br> Not implemented.<br>
</UL>
<p><A NAME="isXPM">
<strong> isXPM()  </strong><UL>Args: N/A<br>
Returns: N/A<br>
<a href="http://jcatki.no-ip.org/SDL_image/SDL_image.html#IMG_isXPM">C-API:</a> int IMG_isXPM(SDL_RWops *src);<br>
Desc:<br> Not implemented.<br>
</UL>
<p><A NAME="isXCF">
<strong> isXCF()  </strong><UL>Args: N/A<br>
Returns: N/A<br>
<a href="http://jcatki.no-ip.org/SDL_image/SDL_image.html#IMG_isXCF">C-API:</a> int IMG_isXCF(SDL_RWops *src);<br>
Desc:<br> Not implemented.<br>
</UL>
<p><A NAME="isPCX">
<strong> isPCX()  </strong><UL>Args: N/A<br>
Returns: N/A<br>
<a href="http://jcatki.no-ip.org/SDL_image/SDL_image.html#IMG_isPCX">C-API:</a> int IMG_isPCX(SDL_RWops *src);<br>
Desc:<br> Not implemented.<br>
</UL>
<p><A NAME="isGIF">
<strong> isGIF()  </strong><UL>Args: N/A<br>
Returns: N/A<br>
<a href="http://jcatki.no-ip.org/SDL_image/SDL_image.html#IMG_isGIF">C-API:</a> int IMG_isGIF(SDL_RWops *src);<br>
Desc:<br> Not implemented.<br>
</UL>
<p><A NAME="isJPG">
<strong> isJPG()  </strong><UL>Args: N/A<br>
Returns: N/A<br>
<a href="http://jcatki.no-ip.org/SDL_image/SDL_image.html#IMG_isJPG">C-API:</a> int IMG_isJPG(SDL_RWops *src);<br>
Desc:<br> Not implemented.<br>
</UL>
<p><A NAME="isTIF">
<strong> isTIF()  </strong><UL>Args: N/A<br>
Returns: N/A<br>
<a href="http://jcatki.no-ip.org/SDL_image/SDL_image.html#IMG_isTIF">C-API:</a> int IMG_isTIF(SDL_RWops *src);<br>
Desc:<br> Not implemented.<br>
</UL>
<p><A NAME="isPNG">
<strong> isPNG()  </strong><UL>Args: N/A<br>
Returns: N/A<br>
<a href="http://jcatki.no-ip.org/SDL_image/SDL_image.html#IMG_isPNG">C-API:</a> int IMG_isPNG(SDL_RWops *src);<br>
Desc:<br> Not implemented.<br>
</UL>
<p><A NAME="isLBM">
<strong> isLBM()  </strong><UL>Args: N/A<br>
Returns: N/A<br>
<a href="http://jcatki.no-ip.org/SDL_image/SDL_image.html#IMG_isLBM">C-API:</a> int IMG_isLBM(SDL_RWops *src);<br>
Desc:<br> Not implemented.<br>
</UL>
<p><A NAME="loadBMPRW">
<strong> loadBMPRW()  </strong><UL>Args: N/A<br>
Returns: N/A<br>
<a href="http://jcatki.no-ip.org/SDL_image/SDL_image.html#IMG_LoadBMP_RW">C-API:</a> SDL_Surface * IMG_LoadBMP_RW(SDL_RWops *src);<br>
Desc:<br> Not implemented.<br>
</UL>
<p><A NAME="loadPNMRW">
<strong> loadPNMRW()  </strong><UL>Args: N/A<br>
Returns: N/A<br>
<a href="http://jcatki.no-ip.org/SDL_image/SDL_image.html#IMG_LoadPNM_RW">C-API:</a> SDL_Surface * IMG_LoadPNM_RW(SDL_RWops *src);<br>
Desc:<br> Not implemented.<br>
</UL>
<p><A NAME="loadXPMRW">
<strong> loadXPMRW()  </strong><UL>Args: N/A<br>
Returns: N/A<br>
<a href="http://jcatki.no-ip.org/SDL_image/SDL_image.html#IMG_LoadXPM_RW">C-API:</a> SDL_Surface * IMG_LoadXPM_RW(SDL_RWops *src);<br>
Desc:<br> Not implemented.<br>
</UL>
<p><A NAME="loadXCFRW">
<strong> loadXCFRW()  </strong><UL>Args: N/A<br>
Returns: N/A<br>
<a href="http://jcatki.no-ip.org/SDL_image/SDL_image.html#IMG_LoadXCF_RW">C-API:</a> SDL_Surface * IMG_LoadXCF_RW(SDL_RWops *src);<br>
Desc:<br> Not implemented.<br>
</UL>
<p><A NAME="loadPCXRW">
<strong> loadPCXRW()  </strong><UL>Args: N/A<br>
Returns: N/A<br>
<a href="http://jcatki.no-ip.org/SDL_image/SDL_image.html#IMG_LoadPCX_RW">C-API:</a> SDL_Surface * IMG_LoadPCX_RW(SDL_RWops *src);<br>
Desc:<br> Not implemented.<br>
</UL>
<p><A NAME="loadGIFRW">
<strong> loadGIFRW()  </strong><UL>Args: N/A<br>
Returns: N/A<br>
<a href="http://jcatki.no-ip.org/SDL_image/SDL_image.html#IMG_LoadGIF_RW">C-API:</a> SDL_Surface * IMG_LoadGIF_RW(SDL_RWops *src);<br>
Desc:<br> Not implemented.<br>
</UL>
<p><A NAME="loadJPGRW">
<strong> loadJPGRW()  </strong><UL>Args: N/A<br>
Returns: N/A<br>
<a href="http://jcatki.no-ip.org/SDL_image/SDL_image.html#IMG_LoadJPG_RW">C-API:</a> SDL_Surface * IMG_LoadJPG_RW(SDL_RWops *src);<br>
Desc:<br> Not implemented.<br>
</UL>
<p><A NAME="loadTIFRW">
<strong> loadTIFRW()  </strong><UL>Args: N/A<br>
Returns: N/A<br>
<a href="http://jcatki.no-ip.org/SDL_image/SDL_image.html#IMG_LoadTIF_RW">C-API:</a> SDL_Surface * IMG_LoadTIF_RW(SDL_RWops *src);<br>
Desc:<br> Not implemented.<br>
</UL>
<p><A NAME="loadPNGRW">
<strong> loadPNGRW()  </strong><UL>Args: N/A<br>
Returns: N/A<br>
<a href="http://jcatki.no-ip.org/SDL_image/SDL_image.html#IMG_LoadPNG_RW">C-API:</a> SDL_Surface * IMG_LoadPNG_RW(SDL_RWops *src);<br>
Desc:<br> Not implemented.<br>
</UL>
<p><A NAME="loadTGARW">
<strong> loadTGARW()  </strong><UL>Args: N/A<br>
Returns: N/A<br>
<a href="http://jcatki.no-ip.org/SDL_image/SDL_image.html#IMG_LoadTGA_RW">C-API:</a> SDL_Surface * IMG_LoadTGA_RW(SDL_RWops *src);<br>
Desc:<br> Not implemented.<br>
</UL>
<p><A NAME="loadLBMRW">
<strong> loadLBMRW()  </strong><UL>Args: N/A<br>
Returns: N/A<br>
<a href="http://jcatki.no-ip.org/SDL_image/SDL_image.html#IMG_LoadLBM_RW">C-API:</a> SDL_Surface * IMG_LoadLBM_RW(SDL_RWops *src);<br>
Desc:<br> Not implemented.<br>
</UL>
<p><A NAME="readXPMFromArray">
<strong> readXPMFromArray()  </strong><UL>Args: N/A<br>
Returns: N/A<br>
<a href="http://jcatki.no-ip.org/SDL_image/SDL_image.html#IMG_ReadXPMFromArray">C-API:</a> SDL_Surface * IMG_ReadXPMFromArray(char **xpm);<br>
Desc:<br> Not implemented.<br>
</UL>
<p><A NAME="setError">
<strong> setError(_Error)  </strong><UL>Args: N/A<br>
Returns: N/A<br>
<a href="http://jcatki.no-ip.org/SDL_image/SDL_image.html#IMG_SetError">C-API:</a> void IMG_SetError(const char *fmt, ...)<br>
Desc:<br> Not implemented.<br>
</UL>
<p><A NAME="getError">
<strong> getError()  </strong><UL>Args: -<br>
Returns: Error<br>
<a href="http://jcatki.no-ip.org/SDL_image/SDL_image.html#IMG_GetError">C-API:</a> char * IMG_GetError()<br>
Desc:<br> Returns a (string) containing a human readable version or the reason for the last error that occured.<br>
</UL>
</html>