<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jyrno</id>
	<title>Multi Theft Auto: Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jyrno"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/wiki/Special:Contributions/Jyrno"/>
	<updated>2026-05-16T06:16:59Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Modules/Functions/gd_info&amp;diff=25270</id>
		<title>Modules/Functions/gd info</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Modules/Functions/gd_info&amp;diff=25270"/>
		<updated>2011-01-24T05:53:17Z</updated>

		<summary type="html">&lt;p&gt;Jyrno: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pageclass class=&amp;quot;#AA7592&amp;quot; subcaption=&amp;quot;Texturizer Module&amp;quot;&amp;gt;&amp;lt;/pageclass&amp;gt;&lt;br /&gt;
__NOTOC__&lt;br /&gt;
{{ModuleFunction|Texturizer}}&lt;br /&gt;
&lt;br /&gt;
Gets a table of the info about the GD libary which the module is compiled against.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
table gd_info ( )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
===Required arguments===&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
The following table of gd info:&lt;br /&gt;
&lt;br /&gt;
  string '''GD Version''': The version string of the GD libary the module is compiled against.&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
'''Example 1:''' This example displays the gd version to joining players&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
gdInfo = gd_info();&lt;br /&gt;
&lt;br /&gt;
function gdVersion ( )&lt;br /&gt;
   outputDebugString(gdInfo[&amp;quot;GD Version&amp;quot;], source);&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
addEventHandler(&amp;quot;onPlayerJoin&amp;quot;, getRootElement(), gdVersion)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Modules/Texturizer/Functions}}&lt;/div&gt;</summary>
		<author><name>Jyrno</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Modules/Functions/gd_info&amp;diff=25269</id>
		<title>Modules/Functions/gd info</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Modules/Functions/gd_info&amp;diff=25269"/>
		<updated>2011-01-24T05:52:35Z</updated>

		<summary type="html">&lt;p&gt;Jyrno: /* Returns */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pageclass class=&amp;quot;#AA7592&amp;quot; subcaption=&amp;quot;Texturizer Module&amp;quot;&amp;gt;&amp;lt;/pageclass&amp;gt;&lt;br /&gt;
__NOTOC__&lt;br /&gt;
{{ModuleFunction|Texturizer}}&lt;br /&gt;
&lt;br /&gt;
Gets a table of the GD libary info which the module is compiled against.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
table gd_info ( )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
===Required arguments===&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
The following table of gd info:&lt;br /&gt;
&lt;br /&gt;
  string '''GD Version''': The version string of the GD libary the module is compiled against.&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
'''Example 1:''' This example displays the gd version to joining players&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
gdInfo = gd_info();&lt;br /&gt;
&lt;br /&gt;
function gdVersion ( )&lt;br /&gt;
   outputDebugString(gdInfo[&amp;quot;GD Version&amp;quot;], source);&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
addEventHandler(&amp;quot;onPlayerJoin&amp;quot;, getRootElement(), gdVersion)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Modules/Texturizer/Functions}}&lt;/div&gt;</summary>
		<author><name>Jyrno</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Modules/Functions/gd_info&amp;diff=25268</id>
		<title>Modules/Functions/gd info</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Modules/Functions/gd_info&amp;diff=25268"/>
		<updated>2011-01-24T05:52:01Z</updated>

		<summary type="html">&lt;p&gt;Jyrno: Created page with &amp;quot;&amp;lt;pageclass class=&amp;quot;#AA7592&amp;quot; subcaption=&amp;quot;Texturizer Module&amp;quot;&amp;gt;&amp;lt;/pageclass&amp;gt; __NOTOC__ {{ModuleFunction|Texturizer}}  Gets a table of the GD libary info which the module is compiled ag...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pageclass class=&amp;quot;#AA7592&amp;quot; subcaption=&amp;quot;Texturizer Module&amp;quot;&amp;gt;&amp;lt;/pageclass&amp;gt;&lt;br /&gt;
__NOTOC__&lt;br /&gt;
{{ModuleFunction|Texturizer}}&lt;br /&gt;
&lt;br /&gt;
Gets a table of the GD libary info which the module is compiled against.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
table gd_info ( )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
===Required arguments===&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
The following table of gd info:&lt;br /&gt;
&lt;br /&gt;
  *string '''GD Version''': The version string of the GD libary the module is compiled against.&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
'''Example 1:''' This example displays the gd version to joining players&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
gdInfo = gd_info();&lt;br /&gt;
&lt;br /&gt;
function gdVersion ( )&lt;br /&gt;
   outputDebugString(gdInfo[&amp;quot;GD Version&amp;quot;], source);&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
addEventHandler(&amp;quot;onPlayerJoin&amp;quot;, getRootElement(), gdVersion)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Modules/Texturizer/Functions}}&lt;/div&gt;</summary>
		<author><name>Jyrno</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Modules/Texturizer&amp;diff=24906</id>
		<title>Modules/Texturizer</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Modules/Texturizer&amp;diff=24906"/>
		<updated>2010-12-30T02:48:51Z</updated>

		<summary type="html">&lt;p&gt;Jyrno: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Module_Info|&lt;br /&gt;
  name           = Texturizer |&lt;br /&gt;
  version        = 0.91 |&lt;br /&gt;
  author         = [[User:Jyrno|Jyrno]] and JoRX |&lt;br /&gt;
  module_website = ''Not available'' |&lt;br /&gt;
  download_link  = [http://www.mediafire.com/?65c339jt4wl21i5 Here] [http://www.multiupload.com/JW4SICQG57 Mirror] |&lt;br /&gt;
  license        = ''Unlicensed'' |&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Texturizer is a module which provides TXD libary writing and GD functions to MTASA server. It is currently available Windows only, however since the build system is CMake it should be pretty simple to use it on another platforms.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
===Windows===&lt;br /&gt;
&lt;br /&gt;
# Uncompress the file Texturizer.dll into your ''%PROGRAMFILES%\MTA San Andreas\server\mods\deathmatch\modules\'' directory.&lt;br /&gt;
# Uncompress the GD libary binary bgd.dll and libpng14.dll into your ''%PROGRAMFILES%\MTA San Andreas\server\'' directory.&lt;br /&gt;
# Then, add the following line in mtaserver.conf:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;module src=&amp;quot;Texturizer.dll&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now all you have to do is start your server.&lt;br /&gt;
&lt;br /&gt;
'''Also Recommended:'''&lt;br /&gt;
# Uncompress the texturizer resource to your ''%PROGRAMFILES%\MTA San Andreas\server\mods\deathmatch\resources\'' directory.&lt;br /&gt;
# Then, add the following line in mtaserver.conf:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;resource src=&amp;quot;texturizer&amp;quot; startup=&amp;quot;1&amp;quot; protected=&amp;quot;0&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
This provides automatic memory cleanup when you forget to destroy images some resource used on it's unload.&lt;br /&gt;
&lt;br /&gt;
==Functions==&lt;br /&gt;
{{Modules/Texturizer/Functions}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Modules]]&lt;/div&gt;</summary>
		<author><name>Jyrno</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Modules/Texturizer&amp;diff=24905</id>
		<title>Modules/Texturizer</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Modules/Texturizer&amp;diff=24905"/>
		<updated>2010-12-30T02:28:17Z</updated>

		<summary type="html">&lt;p&gt;Jyrno: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Module_Info|&lt;br /&gt;
  name           = Texturizer |&lt;br /&gt;
  version        = 0.91 |&lt;br /&gt;
  author         = [[User:Jyrno|Jyrno]] |&lt;br /&gt;
  module_website = ''Not available'' |&lt;br /&gt;
  download_link  = [http://www.mediafire.com/?65c339jt4wl21i5 Here] [http://www.multiupload.com/JW4SICQG57 Mirror] |&lt;br /&gt;
  license        = ''Unlicensed'' |&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Texturizer is a module which provides TXD libary writing and GD functions to MTASA server. It will be available Windows only, however since the build system is CMake it should be pretty simple to use it on another platforms.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
===Windows===&lt;br /&gt;
&lt;br /&gt;
# Uncompress the file Texturizer.dll into your ''%PROGRAMFILES%\MTA San Andreas\server\mods\deathmatch\modules\'' directory.&lt;br /&gt;
# Uncompress the GD libary binary bgd.dll and libpng14.dll into your ''%PROGRAMFILES%\MTA San Andreas\server\'' directory.&lt;br /&gt;
# Then, add the following line in mtaserver.conf:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;module src=&amp;quot;Texturizer.dll&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now all you have to do is start your server.&lt;br /&gt;
&lt;br /&gt;
'''Also Recommended:'''&lt;br /&gt;
# Uncompress the texturizer resource to your ''%PROGRAMFILES%\MTA San Andreas\server\mods\deathmatch\resources\'' directory.&lt;br /&gt;
# Then, add the following line in mtaserver.conf:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;resource src=&amp;quot;texturizer&amp;quot; startup=&amp;quot;1&amp;quot; protected=&amp;quot;0&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
This provides automatic memory cleanup when you forget to destroy images some resource used on it's unload.&lt;br /&gt;
&lt;br /&gt;
==Functions==&lt;br /&gt;
{{Modules/Texturizer/Functions}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Modules]]&lt;/div&gt;</summary>
		<author><name>Jyrno</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Modules/Texturizer&amp;diff=24904</id>
		<title>Modules/Texturizer</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Modules/Texturizer&amp;diff=24904"/>
		<updated>2010-12-30T02:26:42Z</updated>

		<summary type="html">&lt;p&gt;Jyrno: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Module_Info|&lt;br /&gt;
  name           = Texturizer |&lt;br /&gt;
  version        = 0.91 |&lt;br /&gt;
  author         = [[User:Jyrno|Jyrno]] |&lt;br /&gt;
  module_website = ''Not available'' |&lt;br /&gt;
  download_link  = [http://www.multiupload.com/JW4SICQG57 Here] |&lt;br /&gt;
  license        = ''Unlicensed'' |&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Texturizer is a module which provides TXD libary writing and GD functions to MTASA server. It will be available Windows only, however since the build system is CMake it should be pretty simple to use it on another platforms.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
===Windows===&lt;br /&gt;
&lt;br /&gt;
# Uncompress the file Texturizer.dll into your ''%PROGRAMFILES%\MTA San Andreas\server\mods\deathmatch\modules\'' directory.&lt;br /&gt;
# Uncompress the GD libary binary bgd.dll and libpng14.dll into your ''%PROGRAMFILES%\MTA San Andreas\server\'' directory.&lt;br /&gt;
# Then, add the following line in mtaserver.conf:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;module src=&amp;quot;Texturizer.dll&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now all you have to do is start your server.&lt;br /&gt;
&lt;br /&gt;
'''Also Recommended:'''&lt;br /&gt;
# Uncompress the texturizer resource to your ''%PROGRAMFILES%\MTA San Andreas\server\mods\deathmatch\resources\'' directory.&lt;br /&gt;
# Then, add the following line in mtaserver.conf:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;resource src=&amp;quot;texturizer&amp;quot; startup=&amp;quot;1&amp;quot; protected=&amp;quot;0&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
This provides automatic memory cleanup when you forget to destroy images some resource used on it's unload.&lt;br /&gt;
&lt;br /&gt;
==Functions==&lt;br /&gt;
{{Modules/Texturizer/Functions}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Modules]]&lt;/div&gt;</summary>
		<author><name>Jyrno</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Modules/Texturizer&amp;diff=24903</id>
		<title>Modules/Texturizer</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Modules/Texturizer&amp;diff=24903"/>
		<updated>2010-12-30T02:26:24Z</updated>

		<summary type="html">&lt;p&gt;Jyrno: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Module_Info|&lt;br /&gt;
  name           = Texturizer |&lt;br /&gt;
  version        = 0.91 |&lt;br /&gt;
  author         = [[User:Jyrno|Jyrno]] |&lt;br /&gt;
  module_website = ''Not available'' |&lt;br /&gt;
  download_link  = [http://www.multiupload.com/JW4SICQG57 N/A] |&lt;br /&gt;
  license        = ''Unlicensed'' |&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Texturizer is a module which provides TXD libary writing and GD functions to MTASA server. It will be available Windows only, however since the build system is CMake it should be pretty simple to use it on another platforms.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
===Windows===&lt;br /&gt;
&lt;br /&gt;
# Uncompress the file Texturizer.dll into your ''%PROGRAMFILES%\MTA San Andreas\server\mods\deathmatch\modules\'' directory.&lt;br /&gt;
# Uncompress the GD libary binary bgd.dll and libpng14.dll into your ''%PROGRAMFILES%\MTA San Andreas\server\'' directory.&lt;br /&gt;
# Then, add the following line in mtaserver.conf:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;module src=&amp;quot;Texturizer.dll&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now all you have to do is start your server.&lt;br /&gt;
&lt;br /&gt;
'''Also Recommended:'''&lt;br /&gt;
# Uncompress the texturizer resource to your ''%PROGRAMFILES%\MTA San Andreas\server\mods\deathmatch\resources\'' directory.&lt;br /&gt;
# Then, add the following line in mtaserver.conf:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;resource src=&amp;quot;texturizer&amp;quot; startup=&amp;quot;1&amp;quot; protected=&amp;quot;0&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
This provides automatic memory cleanup when you forget to destroy images some resource used on it's unload.&lt;br /&gt;
&lt;br /&gt;
==Functions==&lt;br /&gt;
{{Modules/Texturizer/Functions}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Modules]]&lt;/div&gt;</summary>
		<author><name>Jyrno</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Modules/Texturizer&amp;diff=24902</id>
		<title>Modules/Texturizer</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Modules/Texturizer&amp;diff=24902"/>
		<updated>2010-12-30T02:25:45Z</updated>

		<summary type="html">&lt;p&gt;Jyrno: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Module_Info|&lt;br /&gt;
  name           = Texturizer |&lt;br /&gt;
  version        = 0.91 |&lt;br /&gt;
  author         = [[User:Jyrno|Jyrno]] |&lt;br /&gt;
  module_website = ''Not available'' |&lt;br /&gt;
  download_link  = N/A |&lt;br /&gt;
  license        = ''Unlicensed'' |&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Texturizer is a module which provides TXD libary writing and GD functions to MTASA server. It will be available Windows only, however since the build system is CMake it should be pretty simple to use it on another platforms.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
===Windows===&lt;br /&gt;
&lt;br /&gt;
# Uncompress the file Texturizer.dll into your ''%PROGRAMFILES%\MTA San Andreas\server\mods\deathmatch\modules\'' directory.&lt;br /&gt;
# Uncompress the GD libary binary bgd.dll and libpng14.dll into your ''%PROGRAMFILES%\MTA San Andreas\server\'' directory.&lt;br /&gt;
# Then, add the following line in mtaserver.conf:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;module src=&amp;quot;Texturizer.dll&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now all you have to do is start your server.&lt;br /&gt;
&lt;br /&gt;
'''Also Recommended:'''&lt;br /&gt;
# Uncompress the texturizer resource to your ''%PROGRAMFILES%\MTA San Andreas\server\mods\deathmatch\resources\'' directory.&lt;br /&gt;
# Then, add the following line in mtaserver.conf:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;resource src=&amp;quot;texturizer&amp;quot; startup=&amp;quot;1&amp;quot; protected=&amp;quot;0&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
This provides automatic memory cleanup when you forget to destroy images some resource used on it's unload.&lt;br /&gt;
&lt;br /&gt;
==Functions==&lt;br /&gt;
{{Modules/Texturizer/Functions}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Modules]]&lt;/div&gt;</summary>
		<author><name>Jyrno</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Modules/Texturizer&amp;diff=24901</id>
		<title>Modules/Texturizer</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Modules/Texturizer&amp;diff=24901"/>
		<updated>2010-12-30T01:38:40Z</updated>

		<summary type="html">&lt;p&gt;Jyrno: /* Windows */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Module_Info|&lt;br /&gt;
  name           = Texturizer |&lt;br /&gt;
  version        = 0.91 |&lt;br /&gt;
  author         = [[User:Jyrno|Jyrno]] |&lt;br /&gt;
  module_website = ''Not available'' |&lt;br /&gt;
  download_link  = N/A |&lt;br /&gt;
  license        = ''GNU LPGL 1.0'' |&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Texturizer is a module which provides TXD libary writing and GD functions to MTASA server. It will be available Windows only, however since the build system is CMake it should be pretty simple to use it on another platforms.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
===Windows===&lt;br /&gt;
&lt;br /&gt;
# Uncompress the file Texturizer.dll into your ''%PROGRAMFILES%\MTA San Andreas\server\mods\deathmatch\modules\'' directory.&lt;br /&gt;
# Uncompress the GD libary binary bgd.dll and libpng14.dll into your ''%PROGRAMFILES%\MTA San Andreas\server\'' directory.&lt;br /&gt;
# Then, add the following line in mtaserver.conf:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;module src=&amp;quot;Texturizer.dll&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now all you have to do is start your server.&lt;br /&gt;
&lt;br /&gt;
'''Also Recommended:'''&lt;br /&gt;
# Uncompress the texturizer resource to your ''%PROGRAMFILES%\MTA San Andreas\server\mods\deathmatch\resources\'' directory.&lt;br /&gt;
# Then, add the following line in mtaserver.conf:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;resource src=&amp;quot;texturizer&amp;quot; startup=&amp;quot;1&amp;quot; protected=&amp;quot;0&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
This provides automatic memory cleanup when you forget to destroy images some resource used on it's unload.&lt;br /&gt;
&lt;br /&gt;
==Functions==&lt;br /&gt;
{{Modules/Texturizer/Functions}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Modules]]&lt;/div&gt;</summary>
		<author><name>Jyrno</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Modules/Texturizer&amp;diff=24900</id>
		<title>Modules/Texturizer</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Modules/Texturizer&amp;diff=24900"/>
		<updated>2010-12-30T01:34:38Z</updated>

		<summary type="html">&lt;p&gt;Jyrno: /* Windows */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Module_Info|&lt;br /&gt;
  name           = Texturizer |&lt;br /&gt;
  version        = 0.91 |&lt;br /&gt;
  author         = [[User:Jyrno|Jyrno]] |&lt;br /&gt;
  module_website = ''Not available'' |&lt;br /&gt;
  download_link  = N/A |&lt;br /&gt;
  license        = ''GNU LPGL 1.0'' |&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Texturizer is a module which provides TXD libary writing and GD functions to MTASA server. It will be available Windows only, however since the build system is CMake it should be pretty simple to use it on another platforms.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
===Windows===&lt;br /&gt;
&lt;br /&gt;
# Uncompress the file Texturizer.dll into your ''%PROGRAMFILES%\MTA San Andreas\server\mods\deathmatch\modules\'' directory.&lt;br /&gt;
# Uncompress the GD libary binary bgd.dll and libpng14.dll into your ''%PROGRAMFILES%\MTA San Andreas\server\'' directory.&lt;br /&gt;
# Then, add the following line in mtaserver.conf:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;module src=&amp;quot;Texturizer.dll&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
# Restart server.&lt;br /&gt;
&lt;br /&gt;
==Functions==&lt;br /&gt;
{{Modules/Texturizer/Functions}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Modules]]&lt;/div&gt;</summary>
		<author><name>Jyrno</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Modules/Texturizer&amp;diff=24899</id>
		<title>Modules/Texturizer</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Modules/Texturizer&amp;diff=24899"/>
		<updated>2010-12-30T01:33:57Z</updated>

		<summary type="html">&lt;p&gt;Jyrno: /* Windows */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Module_Info|&lt;br /&gt;
  name           = Texturizer |&lt;br /&gt;
  version        = 0.91 |&lt;br /&gt;
  author         = [[User:Jyrno|Jyrno]] |&lt;br /&gt;
  module_website = ''Not available'' |&lt;br /&gt;
  download_link  = N/A |&lt;br /&gt;
  license        = ''GNU LPGL 1.0'' |&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Texturizer is a module which provides TXD libary writing and GD functions to MTASA server. It will be available Windows only, however since the build system is CMake it should be pretty simple to use it on another platforms.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
===Windows===&lt;br /&gt;
&lt;br /&gt;
* Uncompress the file Texturizer.dll into your ''%PROGRAMFILES%\MTA San Andreas\server\mods\deathmatch\modules\'' directory.&lt;br /&gt;
* Uncompress the GD libary binary bgd.dll and libpng14.dll into your ''%PROGRAMFILES%\MTA San Andreas\server\'' directory.&lt;br /&gt;
* Restart server.&lt;br /&gt;
* Then, add the following line in mtaserver.conf:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;module src=&amp;quot;Texturizer.dll&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
* Restart server.&lt;br /&gt;
&lt;br /&gt;
==Functions==&lt;br /&gt;
{{Modules/Texturizer/Functions}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Modules]]&lt;/div&gt;</summary>
		<author><name>Jyrno</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Modules/Texturizer&amp;diff=24898</id>
		<title>Modules/Texturizer</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Modules/Texturizer&amp;diff=24898"/>
		<updated>2010-12-30T01:33:25Z</updated>

		<summary type="html">&lt;p&gt;Jyrno: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Module_Info|&lt;br /&gt;
  name           = Texturizer |&lt;br /&gt;
  version        = 0.91 |&lt;br /&gt;
  author         = [[User:Jyrno|Jyrno]] |&lt;br /&gt;
  module_website = ''Not available'' |&lt;br /&gt;
  download_link  = N/A |&lt;br /&gt;
  license        = ''GNU LPGL 1.0'' |&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Texturizer is a module which provides TXD libary writing and GD functions to MTASA server. It will be available Windows only, however since the build system is CMake it should be pretty simple to use it on another platforms.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
===Windows===&lt;br /&gt;
&lt;br /&gt;
* Uncompress the file Texturizer.dll into your ''%PROGRAMFILES%\MTA San Andreas\server\mods\deathmatch\modules\'' directory.&lt;br /&gt;
* Uncompress the GD libary binary bgd.dll and libpng14.dll into your ''%PROGRAMFILES%\MTA San Andreas\server\'' directory.&lt;br /&gt;
* Restart server.&lt;br /&gt;
&lt;br /&gt;
Then, add the following line in mtaserver.conf:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;module src=&amp;quot;Texturizer.dll&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Functions==&lt;br /&gt;
{{Modules/Texturizer/Functions}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Modules]]&lt;/div&gt;</summary>
		<author><name>Jyrno</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Modules/Texturizer&amp;diff=24897</id>
		<title>Modules/Texturizer</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Modules/Texturizer&amp;diff=24897"/>
		<updated>2010-12-29T22:45:42Z</updated>

		<summary type="html">&lt;p&gt;Jyrno: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Module_Info|&lt;br /&gt;
  name           = Texturizer |&lt;br /&gt;
  version        = 0.1 |&lt;br /&gt;
  author         = [[User:Jyrno|Jyrno]] |&lt;br /&gt;
  module_website = ''Not available'' |&lt;br /&gt;
  download_link  = N/A |&lt;br /&gt;
  license        = ''GNU LPGL 1.0'' |&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Texturizer is a module which provides TXD libary writing and GD functions to MTASA server. It will be available Windows only, however since the build system is CMake it should be pretty simple to use it on another platforms.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This module is not available yet.&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
===Windows===&lt;br /&gt;
Uncompress the file Texturizer.dll into your ''%PROGRAMFILES%\MTA San Andreas\server\mods\deathmatch\modules\'' directory.&lt;br /&gt;
Uncompress the GD libary binary bgd.dll and libpng14.dll into your ''%PROGRAMFILES%\MTA San Andreas\server\'' directory.&lt;br /&gt;
&lt;br /&gt;
Then, add the following line in mtaserver.conf:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;module src=&amp;quot;Texturizer.dll&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Functions==&lt;br /&gt;
{{Modules/Texturizer/Functions}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Modules]]&lt;br /&gt;
[[Category:Incomplete]]&lt;/div&gt;</summary>
		<author><name>Jyrno</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24896</id>
		<title>Template:Modules/Texturizer/Functions</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24896"/>
		<updated>2010-12-29T21:23:18Z</updated>

		<summary type="html">&lt;p&gt;Jyrno: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Texture Functions ===&lt;br /&gt;
* [[Modules/Functions/createTxdContainer|createTxdContainer]]&lt;br /&gt;
* [[Modules/Functions/txdContainerAddImage|txdContainerAddImage]]&lt;br /&gt;
* [[Modules/Functions/saveTxdContainer|saveTxdContainer]]&lt;br /&gt;
&lt;br /&gt;
=== GD Functions ===&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/gd_info|gd_info]]&lt;br /&gt;
&lt;br /&gt;
==== Create ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageCreate|imageCreate]]&lt;br /&gt;
* [[Modules/Functions/imageCreateTrueColor|imageCreateTrueColor]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromPng]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromGif]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromJpeg]]&lt;br /&gt;
&lt;br /&gt;
==== Info ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageSX|imageSX]]&lt;br /&gt;
* [[Modules/Functions/imageSY|imageSY]]&lt;br /&gt;
* [[Modules/Functions/imageIsTrueColor|imageIsTrueColor]]&lt;br /&gt;
&lt;br /&gt;
==== Save ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imagePng|imagePng]]&lt;br /&gt;
* [[Modules/Functions/imagePng|imageGif]]&lt;br /&gt;
* [[Modules/Functions/imagePng|imageJpeg]]&lt;br /&gt;
&lt;br /&gt;
==== Cleanup ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageDestroy|imageDestroy]]&lt;br /&gt;
* [[Modules/Functions/imageCleanup|imageCleanup]]&lt;br /&gt;
&lt;br /&gt;
==== Alter ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageGetAlphaBlending|imageGetAlphaBlending]]&lt;br /&gt;
* [[Modules/Functions/imageSetAlphaBlending|imageSetAlphaBlending]]&lt;br /&gt;
* [[Modules/Functions/imageGetAntiAlias|imageGetAntiAlias]]&lt;br /&gt;
* [[Modules/Functions/imageSetAntiAlias|imageSetAntiAlias]]&lt;br /&gt;
* [[Modules/Functions/imageGetInterlace|imageGetInterlace]]&lt;br /&gt;
* [[Modules/Functions/imageSetInterlace|imageSetInterlace]]&lt;br /&gt;
* [[Modules/Functions/imageGetSaveAlpha|imageGetSaveAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageSetSaveAlpha|imageSetSaveAlpha]]&lt;br /&gt;
&lt;br /&gt;
==== Color ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageColorAllocate|imageColorAllocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorAllocateAlpha|imageColorAllocateAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosest|imageColorClosest]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosestAlpha|imageColorClosestAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorExact|imageColorExact]]&lt;br /&gt;
* [[Modules/Functions/imageColorExactAlpha|imageColorExactAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolve|imageColorResolve]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolveAlpha|imageColorResolveAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageGetColorAt|imageGetColorAt]]&lt;br /&gt;
* [[Modules/Functions/imageSetColorAt|imageSetColorAt]]&lt;br /&gt;
* [[Modules/Functions/imageColorDeallocate|imageColorDeallocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorsTotal|imageColorsTotal]]&lt;br /&gt;
* [[Modules/Functions/imageColorSpecial|imageColorSpecial]]&lt;br /&gt;
&lt;br /&gt;
==== Text ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageFontHeight|imageFontHeight]]&lt;br /&gt;
* [[Modules/Functions/imageFontWidth|imageFontWidth]]&lt;br /&gt;
* [[Modules/Functions/imageChar|imageChar]]&lt;br /&gt;
* [[Modules/Functions/imageCharUp|imageCharUp]]&lt;br /&gt;
* [[Modules/Functions/imageString|imageString]]&lt;br /&gt;
* [[Modules/Functions/imageStringUp|imageStringUp]]&lt;br /&gt;
* [[Modules/Functions/imageTtfText|imageTtfText]]&lt;br /&gt;
* [[Modules/Functions/imageTtfBBox|imageTtfBBox]]&lt;br /&gt;
&lt;br /&gt;
==== Draw ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageLine|imageLine]]&lt;br /&gt;
* [[Modules/Functions/imageArc|imageArc]]&lt;br /&gt;
* [[Modules/Functions/imageRectangle|imageRectangle]]&lt;br /&gt;
* [[Modules/Functions/imageEllipse|imageEllipse]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageFill|imageFill]]&lt;br /&gt;
* [[Modules/Functions/imageFillToBorder|imageFillToBorder]]&lt;br /&gt;
* [[Modules/Functions/imageFilledArc|imageFilledArc]]&lt;br /&gt;
* [[Modules/Functions/imageFilledRectangle|imageFilledRectangle]]&lt;br /&gt;
* [[Modules/Functions/imageFilledEllipse|imageFilledEllipse]]&lt;br /&gt;
&lt;br /&gt;
==== Draw Style ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageGetStyle|imageGetStyle]]&lt;br /&gt;
* [[Modules/Functions/imageSetStyle|imageSetStyle]]&lt;br /&gt;
* [[Modules/Functions/imageGetThickness|imageGetThickness]]&lt;br /&gt;
* [[Modules/Functions/imageSetThickness|imageSetThickness]]&lt;br /&gt;
* [[Modules/Functions/imageGetBrush|imageGetBrush]]&lt;br /&gt;
* [[Modules/Functions/imageSetBrush|imageSetBrush]]&lt;br /&gt;
* [[Modules/Functions/imageGetTile|imageGetTile]]&lt;br /&gt;
* [[Modules/Functions/imageSetTile|imageSetTile]]&lt;/div&gt;</summary>
		<author><name>Jyrno</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24895</id>
		<title>Template:Modules/Texturizer/Functions</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24895"/>
		<updated>2010-12-29T21:22:50Z</updated>

		<summary type="html">&lt;p&gt;Jyrno: /* Save and Destroy */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Texture Functions ===&lt;br /&gt;
* [[Modules/Functions/createTxdContainer|createTxdContainer]]&lt;br /&gt;
* [[Modules/Functions/txdContainerAddImage|txdContainerAddImage]]&lt;br /&gt;
* [[Modules/Functions/saveTxdContainer|saveTxdContainer]]&lt;br /&gt;
&lt;br /&gt;
=== GD Functions ===&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/gd_info|gd_info]]&lt;br /&gt;
&lt;br /&gt;
==== Create ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageCreate|imageCreate]]&lt;br /&gt;
* [[Modules/Functions/imageCreateTrueColor|imageCreateTrueColor]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromPng]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromGif]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromJpeg]]&lt;br /&gt;
&lt;br /&gt;
==== Info ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageSX|imageSX]]&lt;br /&gt;
* [[Modules/Functions/imageSY|imageSY]]&lt;br /&gt;
* [[Modules/Functions/imageIsTrueColor|imageIsTrueColor]]&lt;br /&gt;
&lt;br /&gt;
==== Save ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imagePng|imagePng]]&lt;br /&gt;
* [[Modules/Functions/imagePng|imageGif]]&lt;br /&gt;
* [[Modules/Functions/imagePng|imageJpeg]]&lt;br /&gt;
&lt;br /&gt;
==== Alter ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageGetAlphaBlending|imageGetAlphaBlending]]&lt;br /&gt;
* [[Modules/Functions/imageSetAlphaBlending|imageSetAlphaBlending]]&lt;br /&gt;
* [[Modules/Functions/imageGetAntiAlias|imageGetAntiAlias]]&lt;br /&gt;
* [[Modules/Functions/imageSetAntiAlias|imageSetAntiAlias]]&lt;br /&gt;
* [[Modules/Functions/imageGetInterlace|imageGetInterlace]]&lt;br /&gt;
* [[Modules/Functions/imageSetInterlace|imageSetInterlace]]&lt;br /&gt;
* [[Modules/Functions/imageGetSaveAlpha|imageGetSaveAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageSetSaveAlpha|imageSetSaveAlpha]]&lt;br /&gt;
&lt;br /&gt;
==== Color ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageColorAllocate|imageColorAllocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorAllocateAlpha|imageColorAllocateAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosest|imageColorClosest]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosestAlpha|imageColorClosestAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorExact|imageColorExact]]&lt;br /&gt;
* [[Modules/Functions/imageColorExactAlpha|imageColorExactAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolve|imageColorResolve]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolveAlpha|imageColorResolveAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageGetColorAt|imageGetColorAt]]&lt;br /&gt;
* [[Modules/Functions/imageSetColorAt|imageSetColorAt]]&lt;br /&gt;
* [[Modules/Functions/imageColorDeallocate|imageColorDeallocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorsTotal|imageColorsTotal]]&lt;br /&gt;
* [[Modules/Functions/imageColorSpecial|imageColorSpecial]]&lt;br /&gt;
&lt;br /&gt;
==== Text ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageFontHeight|imageFontHeight]]&lt;br /&gt;
* [[Modules/Functions/imageFontWidth|imageFontWidth]]&lt;br /&gt;
* [[Modules/Functions/imageChar|imageChar]]&lt;br /&gt;
* [[Modules/Functions/imageCharUp|imageCharUp]]&lt;br /&gt;
* [[Modules/Functions/imageString|imageString]]&lt;br /&gt;
* [[Modules/Functions/imageStringUp|imageStringUp]]&lt;br /&gt;
* [[Modules/Functions/imageTtfText|imageTtfText]]&lt;br /&gt;
* [[Modules/Functions/imageTtfBBox|imageTtfBBox]]&lt;br /&gt;
&lt;br /&gt;
==== Draw ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageLine|imageLine]]&lt;br /&gt;
* [[Modules/Functions/imageArc|imageArc]]&lt;br /&gt;
* [[Modules/Functions/imageRectangle|imageRectangle]]&lt;br /&gt;
* [[Modules/Functions/imageEllipse|imageEllipse]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageFill|imageFill]]&lt;br /&gt;
* [[Modules/Functions/imageFillToBorder|imageFillToBorder]]&lt;br /&gt;
* [[Modules/Functions/imageFilledArc|imageFilledArc]]&lt;br /&gt;
* [[Modules/Functions/imageFilledRectangle|imageFilledRectangle]]&lt;br /&gt;
* [[Modules/Functions/imageFilledEllipse|imageFilledEllipse]]&lt;br /&gt;
&lt;br /&gt;
==== Draw Style ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageGetStyle|imageGetStyle]]&lt;br /&gt;
* [[Modules/Functions/imageSetStyle|imageSetStyle]]&lt;br /&gt;
* [[Modules/Functions/imageGetThickness|imageGetThickness]]&lt;br /&gt;
* [[Modules/Functions/imageSetThickness|imageSetThickness]]&lt;br /&gt;
* [[Modules/Functions/imageGetBrush|imageGetBrush]]&lt;br /&gt;
* [[Modules/Functions/imageSetBrush|imageSetBrush]]&lt;br /&gt;
* [[Modules/Functions/imageGetTile|imageGetTile]]&lt;br /&gt;
* [[Modules/Functions/imageSetTile|imageSetTile]]&lt;/div&gt;</summary>
		<author><name>Jyrno</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24894</id>
		<title>Template:Modules/Texturizer/Functions</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24894"/>
		<updated>2010-12-29T21:06:49Z</updated>

		<summary type="html">&lt;p&gt;Jyrno: /* Color */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Texture Functions ===&lt;br /&gt;
* [[Modules/Functions/createTxdContainer|createTxdContainer]]&lt;br /&gt;
* [[Modules/Functions/txdContainerAddImage|txdContainerAddImage]]&lt;br /&gt;
* [[Modules/Functions/saveTxdContainer|saveTxdContainer]]&lt;br /&gt;
&lt;br /&gt;
=== GD Functions ===&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/gd_info|gd_info]]&lt;br /&gt;
&lt;br /&gt;
==== Create ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageCreate|imageCreate]]&lt;br /&gt;
* [[Modules/Functions/imageCreateTrueColor|imageCreateTrueColor]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromPng]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromGif]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromJpeg]]&lt;br /&gt;
&lt;br /&gt;
==== Info ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageSX|imageSX]]&lt;br /&gt;
* [[Modules/Functions/imageSY|imageSY]]&lt;br /&gt;
* [[Modules/Functions/imageIsTrueColor|imageIsTrueColor]]&lt;br /&gt;
&lt;br /&gt;
==== Save and Destroy ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imagePng|imagePng]]&lt;br /&gt;
* [[Modules/Functions/imagePng|imageGif]]&lt;br /&gt;
* [[Modules/Functions/imagePng|imageJpeg]]&lt;br /&gt;
* [[Modules/Functions/imageDestroy|imageDestroy]]&lt;br /&gt;
&lt;br /&gt;
==== Alter ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageGetAlphaBlending|imageGetAlphaBlending]]&lt;br /&gt;
* [[Modules/Functions/imageSetAlphaBlending|imageSetAlphaBlending]]&lt;br /&gt;
* [[Modules/Functions/imageGetAntiAlias|imageGetAntiAlias]]&lt;br /&gt;
* [[Modules/Functions/imageSetAntiAlias|imageSetAntiAlias]]&lt;br /&gt;
* [[Modules/Functions/imageGetInterlace|imageGetInterlace]]&lt;br /&gt;
* [[Modules/Functions/imageSetInterlace|imageSetInterlace]]&lt;br /&gt;
* [[Modules/Functions/imageGetSaveAlpha|imageGetSaveAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageSetSaveAlpha|imageSetSaveAlpha]]&lt;br /&gt;
&lt;br /&gt;
==== Color ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageColorAllocate|imageColorAllocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorAllocateAlpha|imageColorAllocateAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosest|imageColorClosest]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosestAlpha|imageColorClosestAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorExact|imageColorExact]]&lt;br /&gt;
* [[Modules/Functions/imageColorExactAlpha|imageColorExactAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolve|imageColorResolve]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolveAlpha|imageColorResolveAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageGetColorAt|imageGetColorAt]]&lt;br /&gt;
* [[Modules/Functions/imageSetColorAt|imageSetColorAt]]&lt;br /&gt;
* [[Modules/Functions/imageColorDeallocate|imageColorDeallocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorsTotal|imageColorsTotal]]&lt;br /&gt;
* [[Modules/Functions/imageColorSpecial|imageColorSpecial]]&lt;br /&gt;
&lt;br /&gt;
==== Text ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageFontHeight|imageFontHeight]]&lt;br /&gt;
* [[Modules/Functions/imageFontWidth|imageFontWidth]]&lt;br /&gt;
* [[Modules/Functions/imageChar|imageChar]]&lt;br /&gt;
* [[Modules/Functions/imageCharUp|imageCharUp]]&lt;br /&gt;
* [[Modules/Functions/imageString|imageString]]&lt;br /&gt;
* [[Modules/Functions/imageStringUp|imageStringUp]]&lt;br /&gt;
* [[Modules/Functions/imageTtfText|imageTtfText]]&lt;br /&gt;
* [[Modules/Functions/imageTtfBBox|imageTtfBBox]]&lt;br /&gt;
&lt;br /&gt;
==== Draw ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageLine|imageLine]]&lt;br /&gt;
* [[Modules/Functions/imageArc|imageArc]]&lt;br /&gt;
* [[Modules/Functions/imageRectangle|imageRectangle]]&lt;br /&gt;
* [[Modules/Functions/imageEllipse|imageEllipse]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageFill|imageFill]]&lt;br /&gt;
* [[Modules/Functions/imageFillToBorder|imageFillToBorder]]&lt;br /&gt;
* [[Modules/Functions/imageFilledArc|imageFilledArc]]&lt;br /&gt;
* [[Modules/Functions/imageFilledRectangle|imageFilledRectangle]]&lt;br /&gt;
* [[Modules/Functions/imageFilledEllipse|imageFilledEllipse]]&lt;br /&gt;
&lt;br /&gt;
==== Draw Style ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageGetStyle|imageGetStyle]]&lt;br /&gt;
* [[Modules/Functions/imageSetStyle|imageSetStyle]]&lt;br /&gt;
* [[Modules/Functions/imageGetThickness|imageGetThickness]]&lt;br /&gt;
* [[Modules/Functions/imageSetThickness|imageSetThickness]]&lt;br /&gt;
* [[Modules/Functions/imageGetBrush|imageGetBrush]]&lt;br /&gt;
* [[Modules/Functions/imageSetBrush|imageSetBrush]]&lt;br /&gt;
* [[Modules/Functions/imageGetTile|imageGetTile]]&lt;br /&gt;
* [[Modules/Functions/imageSetTile|imageSetTile]]&lt;/div&gt;</summary>
		<author><name>Jyrno</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24893</id>
		<title>Template:Modules/Texturizer/Functions</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24893"/>
		<updated>2010-12-29T20:57:07Z</updated>

		<summary type="html">&lt;p&gt;Jyrno: /* Draw */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Texture Functions ===&lt;br /&gt;
* [[Modules/Functions/createTxdContainer|createTxdContainer]]&lt;br /&gt;
* [[Modules/Functions/txdContainerAddImage|txdContainerAddImage]]&lt;br /&gt;
* [[Modules/Functions/saveTxdContainer|saveTxdContainer]]&lt;br /&gt;
&lt;br /&gt;
=== GD Functions ===&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/gd_info|gd_info]]&lt;br /&gt;
&lt;br /&gt;
==== Create ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageCreate|imageCreate]]&lt;br /&gt;
* [[Modules/Functions/imageCreateTrueColor|imageCreateTrueColor]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromPng]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromGif]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromJpeg]]&lt;br /&gt;
&lt;br /&gt;
==== Info ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageSX|imageSX]]&lt;br /&gt;
* [[Modules/Functions/imageSY|imageSY]]&lt;br /&gt;
* [[Modules/Functions/imageIsTrueColor|imageIsTrueColor]]&lt;br /&gt;
&lt;br /&gt;
==== Save and Destroy ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imagePng|imagePng]]&lt;br /&gt;
* [[Modules/Functions/imagePng|imageGif]]&lt;br /&gt;
* [[Modules/Functions/imagePng|imageJpeg]]&lt;br /&gt;
* [[Modules/Functions/imageDestroy|imageDestroy]]&lt;br /&gt;
&lt;br /&gt;
==== Alter ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageGetAlphaBlending|imageGetAlphaBlending]]&lt;br /&gt;
* [[Modules/Functions/imageSetAlphaBlending|imageSetAlphaBlending]]&lt;br /&gt;
* [[Modules/Functions/imageGetAntiAlias|imageGetAntiAlias]]&lt;br /&gt;
* [[Modules/Functions/imageSetAntiAlias|imageSetAntiAlias]]&lt;br /&gt;
* [[Modules/Functions/imageGetInterlace|imageGetInterlace]]&lt;br /&gt;
* [[Modules/Functions/imageSetInterlace|imageSetInterlace]]&lt;br /&gt;
* [[Modules/Functions/imageGetSaveAlpha|imageGetSaveAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageSetSaveAlpha|imageSetSaveAlpha]]&lt;br /&gt;
&lt;br /&gt;
==== Color ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageColorAllocate|imageColorAllocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorAllocateAlpha|imageColorAllocateAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosest|imageColorClosest]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosestAlpha|imageColorClosestAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorExact|imageColorExact]]&lt;br /&gt;
* [[Modules/Functions/imageColorExactAlpha|imageColorExactAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolve|imageColorResolve]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolveAlpha|imageColorResolveAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageGetColorAt|imageGetColorAt]]&lt;br /&gt;
* [[Modules/Functions/imageSetColorAt|imageSetColorAt]]&lt;br /&gt;
* [[Modules/Functions/imageColorDeallocate|imageColorDeallocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorsTotal|imageColorsTotal]]&lt;br /&gt;
&lt;br /&gt;
==== Text ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageFontHeight|imageFontHeight]]&lt;br /&gt;
* [[Modules/Functions/imageFontWidth|imageFontWidth]]&lt;br /&gt;
* [[Modules/Functions/imageChar|imageChar]]&lt;br /&gt;
* [[Modules/Functions/imageCharUp|imageCharUp]]&lt;br /&gt;
* [[Modules/Functions/imageString|imageString]]&lt;br /&gt;
* [[Modules/Functions/imageStringUp|imageStringUp]]&lt;br /&gt;
* [[Modules/Functions/imageTtfText|imageTtfText]]&lt;br /&gt;
* [[Modules/Functions/imageTtfBBox|imageTtfBBox]]&lt;br /&gt;
&lt;br /&gt;
==== Draw ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageLine|imageLine]]&lt;br /&gt;
* [[Modules/Functions/imageArc|imageArc]]&lt;br /&gt;
* [[Modules/Functions/imageRectangle|imageRectangle]]&lt;br /&gt;
* [[Modules/Functions/imageEllipse|imageEllipse]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageFill|imageFill]]&lt;br /&gt;
* [[Modules/Functions/imageFillToBorder|imageFillToBorder]]&lt;br /&gt;
* [[Modules/Functions/imageFilledArc|imageFilledArc]]&lt;br /&gt;
* [[Modules/Functions/imageFilledRectangle|imageFilledRectangle]]&lt;br /&gt;
* [[Modules/Functions/imageFilledEllipse|imageFilledEllipse]]&lt;br /&gt;
&lt;br /&gt;
==== Draw Style ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageGetStyle|imageGetStyle]]&lt;br /&gt;
* [[Modules/Functions/imageSetStyle|imageSetStyle]]&lt;br /&gt;
* [[Modules/Functions/imageGetThickness|imageGetThickness]]&lt;br /&gt;
* [[Modules/Functions/imageSetThickness|imageSetThickness]]&lt;br /&gt;
* [[Modules/Functions/imageGetBrush|imageGetBrush]]&lt;br /&gt;
* [[Modules/Functions/imageSetBrush|imageSetBrush]]&lt;br /&gt;
* [[Modules/Functions/imageGetTile|imageGetTile]]&lt;br /&gt;
* [[Modules/Functions/imageSetTile|imageSetTile]]&lt;/div&gt;</summary>
		<author><name>Jyrno</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24892</id>
		<title>Template:Modules/Texturizer/Functions</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24892"/>
		<updated>2010-12-29T20:54:16Z</updated>

		<summary type="html">&lt;p&gt;Jyrno: /* Draw Style */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Texture Functions ===&lt;br /&gt;
* [[Modules/Functions/createTxdContainer|createTxdContainer]]&lt;br /&gt;
* [[Modules/Functions/txdContainerAddImage|txdContainerAddImage]]&lt;br /&gt;
* [[Modules/Functions/saveTxdContainer|saveTxdContainer]]&lt;br /&gt;
&lt;br /&gt;
=== GD Functions ===&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/gd_info|gd_info]]&lt;br /&gt;
&lt;br /&gt;
==== Create ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageCreate|imageCreate]]&lt;br /&gt;
* [[Modules/Functions/imageCreateTrueColor|imageCreateTrueColor]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromPng]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromGif]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromJpeg]]&lt;br /&gt;
&lt;br /&gt;
==== Info ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageSX|imageSX]]&lt;br /&gt;
* [[Modules/Functions/imageSY|imageSY]]&lt;br /&gt;
* [[Modules/Functions/imageIsTrueColor|imageIsTrueColor]]&lt;br /&gt;
&lt;br /&gt;
==== Save and Destroy ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imagePng|imagePng]]&lt;br /&gt;
* [[Modules/Functions/imagePng|imageGif]]&lt;br /&gt;
* [[Modules/Functions/imagePng|imageJpeg]]&lt;br /&gt;
* [[Modules/Functions/imageDestroy|imageDestroy]]&lt;br /&gt;
&lt;br /&gt;
==== Alter ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageGetAlphaBlending|imageGetAlphaBlending]]&lt;br /&gt;
* [[Modules/Functions/imageSetAlphaBlending|imageSetAlphaBlending]]&lt;br /&gt;
* [[Modules/Functions/imageGetAntiAlias|imageGetAntiAlias]]&lt;br /&gt;
* [[Modules/Functions/imageSetAntiAlias|imageSetAntiAlias]]&lt;br /&gt;
* [[Modules/Functions/imageGetInterlace|imageGetInterlace]]&lt;br /&gt;
* [[Modules/Functions/imageSetInterlace|imageSetInterlace]]&lt;br /&gt;
* [[Modules/Functions/imageGetSaveAlpha|imageGetSaveAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageSetSaveAlpha|imageSetSaveAlpha]]&lt;br /&gt;
&lt;br /&gt;
==== Color ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageColorAllocate|imageColorAllocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorAllocateAlpha|imageColorAllocateAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosest|imageColorClosest]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosestAlpha|imageColorClosestAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorExact|imageColorExact]]&lt;br /&gt;
* [[Modules/Functions/imageColorExactAlpha|imageColorExactAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolve|imageColorResolve]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolveAlpha|imageColorResolveAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageGetColorAt|imageGetColorAt]]&lt;br /&gt;
* [[Modules/Functions/imageSetColorAt|imageSetColorAt]]&lt;br /&gt;
* [[Modules/Functions/imageColorDeallocate|imageColorDeallocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorsTotal|imageColorsTotal]]&lt;br /&gt;
&lt;br /&gt;
==== Text ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageFontHeight|imageFontHeight]]&lt;br /&gt;
* [[Modules/Functions/imageFontWidth|imageFontWidth]]&lt;br /&gt;
* [[Modules/Functions/imageChar|imageChar]]&lt;br /&gt;
* [[Modules/Functions/imageCharUp|imageCharUp]]&lt;br /&gt;
* [[Modules/Functions/imageString|imageString]]&lt;br /&gt;
* [[Modules/Functions/imageStringUp|imageStringUp]]&lt;br /&gt;
* [[Modules/Functions/imageTtfText|imageTtfText]]&lt;br /&gt;
* [[Modules/Functions/imageTtfBBox|imageTtfBBox]]&lt;br /&gt;
&lt;br /&gt;
==== Draw ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageLine|imageLine]]&lt;br /&gt;
* [[Modules/Functions/imageArc|imageArc]]&lt;br /&gt;
* [[Modules/Functions/imageRectangle|imageRectangle]]&lt;br /&gt;
* [[Modules/Functions/imageEllipse|imageEllipse]]&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageFill|imageFill]]&lt;br /&gt;
* [[Modules/Functions/imageFilledArc|imageFilledArc]]&lt;br /&gt;
* [[Modules/Functions/imageFilledRectangle|imageFilledRectangle]]&lt;br /&gt;
* [[Modules/Functions/imageFilledEllipse|imageFilledEllipse]]&lt;br /&gt;
&lt;br /&gt;
==== Draw Style ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageGetStyle|imageGetStyle]]&lt;br /&gt;
* [[Modules/Functions/imageSetStyle|imageSetStyle]]&lt;br /&gt;
* [[Modules/Functions/imageGetThickness|imageGetThickness]]&lt;br /&gt;
* [[Modules/Functions/imageSetThickness|imageSetThickness]]&lt;br /&gt;
* [[Modules/Functions/imageGetBrush|imageGetBrush]]&lt;br /&gt;
* [[Modules/Functions/imageSetBrush|imageSetBrush]]&lt;br /&gt;
* [[Modules/Functions/imageGetTile|imageGetTile]]&lt;br /&gt;
* [[Modules/Functions/imageSetTile|imageSetTile]]&lt;/div&gt;</summary>
		<author><name>Jyrno</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24891</id>
		<title>Template:Modules/Texturizer/Functions</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24891"/>
		<updated>2010-12-29T20:49:38Z</updated>

		<summary type="html">&lt;p&gt;Jyrno: /* Draw Style */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Texture Functions ===&lt;br /&gt;
* [[Modules/Functions/createTxdContainer|createTxdContainer]]&lt;br /&gt;
* [[Modules/Functions/txdContainerAddImage|txdContainerAddImage]]&lt;br /&gt;
* [[Modules/Functions/saveTxdContainer|saveTxdContainer]]&lt;br /&gt;
&lt;br /&gt;
=== GD Functions ===&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/gd_info|gd_info]]&lt;br /&gt;
&lt;br /&gt;
==== Create ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageCreate|imageCreate]]&lt;br /&gt;
* [[Modules/Functions/imageCreateTrueColor|imageCreateTrueColor]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromPng]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromGif]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromJpeg]]&lt;br /&gt;
&lt;br /&gt;
==== Info ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageSX|imageSX]]&lt;br /&gt;
* [[Modules/Functions/imageSY|imageSY]]&lt;br /&gt;
* [[Modules/Functions/imageIsTrueColor|imageIsTrueColor]]&lt;br /&gt;
&lt;br /&gt;
==== Save and Destroy ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imagePng|imagePng]]&lt;br /&gt;
* [[Modules/Functions/imagePng|imageGif]]&lt;br /&gt;
* [[Modules/Functions/imagePng|imageJpeg]]&lt;br /&gt;
* [[Modules/Functions/imageDestroy|imageDestroy]]&lt;br /&gt;
&lt;br /&gt;
==== Alter ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageGetAlphaBlending|imageGetAlphaBlending]]&lt;br /&gt;
* [[Modules/Functions/imageSetAlphaBlending|imageSetAlphaBlending]]&lt;br /&gt;
* [[Modules/Functions/imageGetAntiAlias|imageGetAntiAlias]]&lt;br /&gt;
* [[Modules/Functions/imageSetAntiAlias|imageSetAntiAlias]]&lt;br /&gt;
* [[Modules/Functions/imageGetInterlace|imageGetInterlace]]&lt;br /&gt;
* [[Modules/Functions/imageSetInterlace|imageSetInterlace]]&lt;br /&gt;
* [[Modules/Functions/imageGetSaveAlpha|imageGetSaveAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageSetSaveAlpha|imageSetSaveAlpha]]&lt;br /&gt;
&lt;br /&gt;
==== Color ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageColorAllocate|imageColorAllocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorAllocateAlpha|imageColorAllocateAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosest|imageColorClosest]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosestAlpha|imageColorClosestAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorExact|imageColorExact]]&lt;br /&gt;
* [[Modules/Functions/imageColorExactAlpha|imageColorExactAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolve|imageColorResolve]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolveAlpha|imageColorResolveAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageGetColorAt|imageGetColorAt]]&lt;br /&gt;
* [[Modules/Functions/imageSetColorAt|imageSetColorAt]]&lt;br /&gt;
* [[Modules/Functions/imageColorDeallocate|imageColorDeallocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorsTotal|imageColorsTotal]]&lt;br /&gt;
&lt;br /&gt;
==== Text ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageFontHeight|imageFontHeight]]&lt;br /&gt;
* [[Modules/Functions/imageFontWidth|imageFontWidth]]&lt;br /&gt;
* [[Modules/Functions/imageChar|imageChar]]&lt;br /&gt;
* [[Modules/Functions/imageCharUp|imageCharUp]]&lt;br /&gt;
* [[Modules/Functions/imageString|imageString]]&lt;br /&gt;
* [[Modules/Functions/imageStringUp|imageStringUp]]&lt;br /&gt;
* [[Modules/Functions/imageTtfText|imageTtfText]]&lt;br /&gt;
* [[Modules/Functions/imageTtfBBox|imageTtfBBox]]&lt;br /&gt;
&lt;br /&gt;
==== Draw ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageLine|imageLine]]&lt;br /&gt;
* [[Modules/Functions/imageArc|imageArc]]&lt;br /&gt;
* [[Modules/Functions/imageRectangle|imageRectangle]]&lt;br /&gt;
* [[Modules/Functions/imageEllipse|imageEllipse]]&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageFill|imageFill]]&lt;br /&gt;
* [[Modules/Functions/imageFilledArc|imageFilledArc]]&lt;br /&gt;
* [[Modules/Functions/imageFilledRectangle|imageFilledRectangle]]&lt;br /&gt;
* [[Modules/Functions/imageFilledEllipse|imageFilledEllipse]]&lt;br /&gt;
&lt;br /&gt;
==== Draw Style ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageGetStyle|imageGetStyle]]&lt;br /&gt;
* [[Modules/Functions/imageSetStyle|imageSetStyle]]&lt;br /&gt;
* [[Modules/Functions/imageGetThickness|imageGetThickness]]&lt;br /&gt;
* [[Modules/Functions/imageSetThickness|imageSetThickness]]&lt;br /&gt;
* [[Modules/Functions/imageGetBrush|imageGetBrush]]&lt;br /&gt;
* [[Modules/Functions/imageSetBrush|imageSetBrush]]&lt;/div&gt;</summary>
		<author><name>Jyrno</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24890</id>
		<title>Template:Modules/Texturizer/Functions</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24890"/>
		<updated>2010-12-29T20:41:54Z</updated>

		<summary type="html">&lt;p&gt;Jyrno: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Texture Functions ===&lt;br /&gt;
* [[Modules/Functions/createTxdContainer|createTxdContainer]]&lt;br /&gt;
* [[Modules/Functions/txdContainerAddImage|txdContainerAddImage]]&lt;br /&gt;
* [[Modules/Functions/saveTxdContainer|saveTxdContainer]]&lt;br /&gt;
&lt;br /&gt;
=== GD Functions ===&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/gd_info|gd_info]]&lt;br /&gt;
&lt;br /&gt;
==== Create ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageCreate|imageCreate]]&lt;br /&gt;
* [[Modules/Functions/imageCreateTrueColor|imageCreateTrueColor]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromPng]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromGif]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromJpeg]]&lt;br /&gt;
&lt;br /&gt;
==== Info ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageSX|imageSX]]&lt;br /&gt;
* [[Modules/Functions/imageSY|imageSY]]&lt;br /&gt;
* [[Modules/Functions/imageIsTrueColor|imageIsTrueColor]]&lt;br /&gt;
&lt;br /&gt;
==== Save and Destroy ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imagePng|imagePng]]&lt;br /&gt;
* [[Modules/Functions/imagePng|imageGif]]&lt;br /&gt;
* [[Modules/Functions/imagePng|imageJpeg]]&lt;br /&gt;
* [[Modules/Functions/imageDestroy|imageDestroy]]&lt;br /&gt;
&lt;br /&gt;
==== Alter ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageGetAlphaBlending|imageGetAlphaBlending]]&lt;br /&gt;
* [[Modules/Functions/imageSetAlphaBlending|imageSetAlphaBlending]]&lt;br /&gt;
* [[Modules/Functions/imageGetAntiAlias|imageGetAntiAlias]]&lt;br /&gt;
* [[Modules/Functions/imageSetAntiAlias|imageSetAntiAlias]]&lt;br /&gt;
* [[Modules/Functions/imageGetInterlace|imageGetInterlace]]&lt;br /&gt;
* [[Modules/Functions/imageSetInterlace|imageSetInterlace]]&lt;br /&gt;
* [[Modules/Functions/imageGetSaveAlpha|imageGetSaveAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageSetSaveAlpha|imageSetSaveAlpha]]&lt;br /&gt;
&lt;br /&gt;
==== Color ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageColorAllocate|imageColorAllocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorAllocateAlpha|imageColorAllocateAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosest|imageColorClosest]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosestAlpha|imageColorClosestAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorExact|imageColorExact]]&lt;br /&gt;
* [[Modules/Functions/imageColorExactAlpha|imageColorExactAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolve|imageColorResolve]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolveAlpha|imageColorResolveAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageGetColorAt|imageGetColorAt]]&lt;br /&gt;
* [[Modules/Functions/imageSetColorAt|imageSetColorAt]]&lt;br /&gt;
* [[Modules/Functions/imageColorDeallocate|imageColorDeallocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorsTotal|imageColorsTotal]]&lt;br /&gt;
&lt;br /&gt;
==== Text ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageFontHeight|imageFontHeight]]&lt;br /&gt;
* [[Modules/Functions/imageFontWidth|imageFontWidth]]&lt;br /&gt;
* [[Modules/Functions/imageChar|imageChar]]&lt;br /&gt;
* [[Modules/Functions/imageCharUp|imageCharUp]]&lt;br /&gt;
* [[Modules/Functions/imageString|imageString]]&lt;br /&gt;
* [[Modules/Functions/imageStringUp|imageStringUp]]&lt;br /&gt;
* [[Modules/Functions/imageTtfText|imageTtfText]]&lt;br /&gt;
* [[Modules/Functions/imageTtfBBox|imageTtfBBox]]&lt;br /&gt;
&lt;br /&gt;
==== Draw ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageLine|imageLine]]&lt;br /&gt;
* [[Modules/Functions/imageArc|imageArc]]&lt;br /&gt;
* [[Modules/Functions/imageRectangle|imageRectangle]]&lt;br /&gt;
* [[Modules/Functions/imageEllipse|imageEllipse]]&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageFill|imageFill]]&lt;br /&gt;
* [[Modules/Functions/imageFilledArc|imageFilledArc]]&lt;br /&gt;
* [[Modules/Functions/imageFilledRectangle|imageFilledRectangle]]&lt;br /&gt;
* [[Modules/Functions/imageFilledEllipse|imageFilledEllipse]]&lt;br /&gt;
&lt;br /&gt;
==== Draw Style ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageGetStyle|imageGetStyle]]&lt;br /&gt;
* [[Modules/Functions/imageSetStyle|imageSetStyle]]&lt;br /&gt;
* [[Modules/Functions/imageGetThickness|imageGetThickness]]&lt;br /&gt;
* [[Modules/Functions/imageSetThickness|imageSetThickness]]&lt;/div&gt;</summary>
		<author><name>Jyrno</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24888</id>
		<title>Template:Modules/Texturizer/Functions</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24888"/>
		<updated>2010-12-29T20:03:20Z</updated>

		<summary type="html">&lt;p&gt;Jyrno: /* Draw */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Texture Functions ===&lt;br /&gt;
* [[Modules/Functions/createTxdContainer|createTxdContainer]]&lt;br /&gt;
* [[Modules/Functions/txdContainerAddImage|txdContainerAddImage]]&lt;br /&gt;
* [[Modules/Functions/saveTxdContainer|saveTxdContainer]]&lt;br /&gt;
&lt;br /&gt;
=== GD Functions ===&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/gd_info|gd_info]]&lt;br /&gt;
&lt;br /&gt;
==== Create ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageCreate|imageCreate]]&lt;br /&gt;
* [[Modules/Functions/imageCreateTrueColor|imageCreateTrueColor]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromPng]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromGif]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromJpeg]]&lt;br /&gt;
&lt;br /&gt;
==== Info ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageSX|imageSX]]&lt;br /&gt;
* [[Modules/Functions/imageSY|imageSY]]&lt;br /&gt;
* [[Modules/Functions/imageIsTrueColor|imageIsTrueColor]]&lt;br /&gt;
&lt;br /&gt;
==== Save and Destroy ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imagePng|imagePng]]&lt;br /&gt;
* [[Modules/Functions/imagePng|imageGif]]&lt;br /&gt;
* [[Modules/Functions/imagePng|imageJpeg]]&lt;br /&gt;
* [[Modules/Functions/imageDestroy|imageDestroy]]&lt;br /&gt;
&lt;br /&gt;
==== Alter ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageGetAlphaBlending|imageGetAlphaBlending]]&lt;br /&gt;
* [[Modules/Functions/imageSetAlphaBlending|imageSetAlphaBlending]]&lt;br /&gt;
* [[Modules/Functions/imageGetAntiAlias|imageGetAntiAlias]]&lt;br /&gt;
* [[Modules/Functions/imageSetAntiAlias|imageSetAntiAlias]]&lt;br /&gt;
* [[Modules/Functions/imageGetInterlace|imageGetInterlace]]&lt;br /&gt;
* [[Modules/Functions/imageSetInterlace|imageSetInterlace]]&lt;br /&gt;
* [[Modules/Functions/imageGetSaveAlpha|imageGetSaveAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageSetSaveAlpha|imageSetSaveAlpha]]&lt;br /&gt;
&lt;br /&gt;
==== Color ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageColorAllocate|imageColorAllocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorAllocateAlpha|imageColorAllocateAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosest|imageColorClosest]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosestAlpha|imageColorClosestAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorExact|imageColorExact]]&lt;br /&gt;
* [[Modules/Functions/imageColorExactAlpha|imageColorExactAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolve|imageColorResolve]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolveAlpha|imageColorResolveAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageGetColorAt|imageGetColorAt]]&lt;br /&gt;
* [[Modules/Functions/imageSetColorAt|imageSetColorAt]]&lt;br /&gt;
* [[Modules/Functions/imageColorDeallocate|imageColorDeallocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorsTotal|imageColorsTotal]]&lt;br /&gt;
&lt;br /&gt;
==== Text ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageFontHeight|imageFontHeight]]&lt;br /&gt;
* [[Modules/Functions/imageFontWidth|imageFontWidth]]&lt;br /&gt;
* [[Modules/Functions/imageChar|imageChar]]&lt;br /&gt;
* [[Modules/Functions/imageCharUp|imageCharUp]]&lt;br /&gt;
* [[Modules/Functions/imageString|imageString]]&lt;br /&gt;
* [[Modules/Functions/imageStringUp|imageStringUp]]&lt;br /&gt;
* [[Modules/Functions/imageTtfText|imageTtfText]]&lt;br /&gt;
* [[Modules/Functions/imageTtfBBox|imageTtfBBox]]&lt;br /&gt;
&lt;br /&gt;
==== Draw ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageLine|imageLine]]&lt;br /&gt;
* [[Modules/Functions/imageArc|imageArc]]&lt;br /&gt;
* [[Modules/Functions/imageRectangle|imageRectangle]]&lt;br /&gt;
* [[Modules/Functions/imageEllipse|imageEllipse]]&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageFill|imageFill]]&lt;br /&gt;
* [[Modules/Functions/imageFilledArc|imageFilledArc]]&lt;br /&gt;
* [[Modules/Functions/imageFilledRectangle|imageFilledRectangle]]&lt;br /&gt;
* [[Modules/Functions/imageFilledEllipse|imageFilledEllipse]]&lt;/div&gt;</summary>
		<author><name>Jyrno</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24887</id>
		<title>Template:Modules/Texturizer/Functions</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24887"/>
		<updated>2010-12-29T19:29:51Z</updated>

		<summary type="html">&lt;p&gt;Jyrno: /* Draw */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Texture Functions ===&lt;br /&gt;
* [[Modules/Functions/createTxdContainer|createTxdContainer]]&lt;br /&gt;
* [[Modules/Functions/txdContainerAddImage|txdContainerAddImage]]&lt;br /&gt;
* [[Modules/Functions/saveTxdContainer|saveTxdContainer]]&lt;br /&gt;
&lt;br /&gt;
=== GD Functions ===&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/gd_info|gd_info]]&lt;br /&gt;
&lt;br /&gt;
==== Create ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageCreate|imageCreate]]&lt;br /&gt;
* [[Modules/Functions/imageCreateTrueColor|imageCreateTrueColor]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromPng]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromGif]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromJpeg]]&lt;br /&gt;
&lt;br /&gt;
==== Info ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageSX|imageSX]]&lt;br /&gt;
* [[Modules/Functions/imageSY|imageSY]]&lt;br /&gt;
* [[Modules/Functions/imageIsTrueColor|imageIsTrueColor]]&lt;br /&gt;
&lt;br /&gt;
==== Save and Destroy ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imagePng|imagePng]]&lt;br /&gt;
* [[Modules/Functions/imagePng|imageGif]]&lt;br /&gt;
* [[Modules/Functions/imagePng|imageJpeg]]&lt;br /&gt;
* [[Modules/Functions/imageDestroy|imageDestroy]]&lt;br /&gt;
&lt;br /&gt;
==== Alter ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageGetAlphaBlending|imageGetAlphaBlending]]&lt;br /&gt;
* [[Modules/Functions/imageSetAlphaBlending|imageSetAlphaBlending]]&lt;br /&gt;
* [[Modules/Functions/imageGetAntiAlias|imageGetAntiAlias]]&lt;br /&gt;
* [[Modules/Functions/imageSetAntiAlias|imageSetAntiAlias]]&lt;br /&gt;
* [[Modules/Functions/imageGetInterlace|imageGetInterlace]]&lt;br /&gt;
* [[Modules/Functions/imageSetInterlace|imageSetInterlace]]&lt;br /&gt;
* [[Modules/Functions/imageGetSaveAlpha|imageGetSaveAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageSetSaveAlpha|imageSetSaveAlpha]]&lt;br /&gt;
&lt;br /&gt;
==== Color ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageColorAllocate|imageColorAllocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorAllocateAlpha|imageColorAllocateAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosest|imageColorClosest]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosestAlpha|imageColorClosestAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorExact|imageColorExact]]&lt;br /&gt;
* [[Modules/Functions/imageColorExactAlpha|imageColorExactAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolve|imageColorResolve]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolveAlpha|imageColorResolveAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageGetColorAt|imageGetColorAt]]&lt;br /&gt;
* [[Modules/Functions/imageSetColorAt|imageSetColorAt]]&lt;br /&gt;
* [[Modules/Functions/imageColorDeallocate|imageColorDeallocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorsTotal|imageColorsTotal]]&lt;br /&gt;
&lt;br /&gt;
==== Text ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageFontHeight|imageFontHeight]]&lt;br /&gt;
* [[Modules/Functions/imageFontWidth|imageFontWidth]]&lt;br /&gt;
* [[Modules/Functions/imageChar|imageChar]]&lt;br /&gt;
* [[Modules/Functions/imageCharUp|imageCharUp]]&lt;br /&gt;
* [[Modules/Functions/imageString|imageString]]&lt;br /&gt;
* [[Modules/Functions/imageStringUp|imageStringUp]]&lt;br /&gt;
* [[Modules/Functions/imageTtfText|imageTtfText]]&lt;br /&gt;
* [[Modules/Functions/imageTtfBBox|imageTtfBBox]]&lt;br /&gt;
&lt;br /&gt;
==== Draw ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageLine|imageLine]]&lt;br /&gt;
* [[Modules/Functions/imageArc|imageArc]]&lt;br /&gt;
* [[Modules/Functions/imageRectangle|imageRectangle]]&lt;br /&gt;
* [[Modules/Functions/imageEllipse|imageEllipse]]&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageFill|imageFill]]&lt;/div&gt;</summary>
		<author><name>Jyrno</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24886</id>
		<title>Template:Modules/Texturizer/Functions</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24886"/>
		<updated>2010-12-29T19:17:34Z</updated>

		<summary type="html">&lt;p&gt;Jyrno: /* Draw */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Texture Functions ===&lt;br /&gt;
* [[Modules/Functions/createTxdContainer|createTxdContainer]]&lt;br /&gt;
* [[Modules/Functions/txdContainerAddImage|txdContainerAddImage]]&lt;br /&gt;
* [[Modules/Functions/saveTxdContainer|saveTxdContainer]]&lt;br /&gt;
&lt;br /&gt;
=== GD Functions ===&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/gd_info|gd_info]]&lt;br /&gt;
&lt;br /&gt;
==== Create ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageCreate|imageCreate]]&lt;br /&gt;
* [[Modules/Functions/imageCreateTrueColor|imageCreateTrueColor]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromPng]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromGif]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromJpeg]]&lt;br /&gt;
&lt;br /&gt;
==== Info ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageSX|imageSX]]&lt;br /&gt;
* [[Modules/Functions/imageSY|imageSY]]&lt;br /&gt;
* [[Modules/Functions/imageIsTrueColor|imageIsTrueColor]]&lt;br /&gt;
&lt;br /&gt;
==== Save and Destroy ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imagePng|imagePng]]&lt;br /&gt;
* [[Modules/Functions/imagePng|imageGif]]&lt;br /&gt;
* [[Modules/Functions/imagePng|imageJpeg]]&lt;br /&gt;
* [[Modules/Functions/imageDestroy|imageDestroy]]&lt;br /&gt;
&lt;br /&gt;
==== Alter ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageGetAlphaBlending|imageGetAlphaBlending]]&lt;br /&gt;
* [[Modules/Functions/imageSetAlphaBlending|imageSetAlphaBlending]]&lt;br /&gt;
* [[Modules/Functions/imageGetAntiAlias|imageGetAntiAlias]]&lt;br /&gt;
* [[Modules/Functions/imageSetAntiAlias|imageSetAntiAlias]]&lt;br /&gt;
* [[Modules/Functions/imageGetInterlace|imageGetInterlace]]&lt;br /&gt;
* [[Modules/Functions/imageSetInterlace|imageSetInterlace]]&lt;br /&gt;
* [[Modules/Functions/imageGetSaveAlpha|imageGetSaveAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageSetSaveAlpha|imageSetSaveAlpha]]&lt;br /&gt;
&lt;br /&gt;
==== Color ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageColorAllocate|imageColorAllocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorAllocateAlpha|imageColorAllocateAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosest|imageColorClosest]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosestAlpha|imageColorClosestAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorExact|imageColorExact]]&lt;br /&gt;
* [[Modules/Functions/imageColorExactAlpha|imageColorExactAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolve|imageColorResolve]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolveAlpha|imageColorResolveAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageGetColorAt|imageGetColorAt]]&lt;br /&gt;
* [[Modules/Functions/imageSetColorAt|imageSetColorAt]]&lt;br /&gt;
* [[Modules/Functions/imageColorDeallocate|imageColorDeallocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorsTotal|imageColorsTotal]]&lt;br /&gt;
&lt;br /&gt;
==== Text ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageFontHeight|imageFontHeight]]&lt;br /&gt;
* [[Modules/Functions/imageFontWidth|imageFontWidth]]&lt;br /&gt;
* [[Modules/Functions/imageChar|imageChar]]&lt;br /&gt;
* [[Modules/Functions/imageCharUp|imageCharUp]]&lt;br /&gt;
* [[Modules/Functions/imageString|imageString]]&lt;br /&gt;
* [[Modules/Functions/imageStringUp|imageStringUp]]&lt;br /&gt;
* [[Modules/Functions/imageTtfText|imageTtfText]]&lt;br /&gt;
* [[Modules/Functions/imageTtfBBox|imageTtfBBox]]&lt;br /&gt;
&lt;br /&gt;
==== Draw ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageLine|imageLine]]&lt;br /&gt;
* [[Modules/Functions/imageArc|imageArc]]&lt;br /&gt;
* [[Modules/Functions/imageRectangle|imageRectangle]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageFill|imageFill]]&lt;/div&gt;</summary>
		<author><name>Jyrno</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24885</id>
		<title>Template:Modules/Texturizer/Functions</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24885"/>
		<updated>2010-12-29T19:11:53Z</updated>

		<summary type="html">&lt;p&gt;Jyrno: /* Text */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Texture Functions ===&lt;br /&gt;
* [[Modules/Functions/createTxdContainer|createTxdContainer]]&lt;br /&gt;
* [[Modules/Functions/txdContainerAddImage|txdContainerAddImage]]&lt;br /&gt;
* [[Modules/Functions/saveTxdContainer|saveTxdContainer]]&lt;br /&gt;
&lt;br /&gt;
=== GD Functions ===&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/gd_info|gd_info]]&lt;br /&gt;
&lt;br /&gt;
==== Create ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageCreate|imageCreate]]&lt;br /&gt;
* [[Modules/Functions/imageCreateTrueColor|imageCreateTrueColor]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromPng]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromGif]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromJpeg]]&lt;br /&gt;
&lt;br /&gt;
==== Info ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageSX|imageSX]]&lt;br /&gt;
* [[Modules/Functions/imageSY|imageSY]]&lt;br /&gt;
* [[Modules/Functions/imageIsTrueColor|imageIsTrueColor]]&lt;br /&gt;
&lt;br /&gt;
==== Save and Destroy ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imagePng|imagePng]]&lt;br /&gt;
* [[Modules/Functions/imagePng|imageGif]]&lt;br /&gt;
* [[Modules/Functions/imagePng|imageJpeg]]&lt;br /&gt;
* [[Modules/Functions/imageDestroy|imageDestroy]]&lt;br /&gt;
&lt;br /&gt;
==== Alter ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageGetAlphaBlending|imageGetAlphaBlending]]&lt;br /&gt;
* [[Modules/Functions/imageSetAlphaBlending|imageSetAlphaBlending]]&lt;br /&gt;
* [[Modules/Functions/imageGetAntiAlias|imageGetAntiAlias]]&lt;br /&gt;
* [[Modules/Functions/imageSetAntiAlias|imageSetAntiAlias]]&lt;br /&gt;
* [[Modules/Functions/imageGetInterlace|imageGetInterlace]]&lt;br /&gt;
* [[Modules/Functions/imageSetInterlace|imageSetInterlace]]&lt;br /&gt;
* [[Modules/Functions/imageGetSaveAlpha|imageGetSaveAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageSetSaveAlpha|imageSetSaveAlpha]]&lt;br /&gt;
&lt;br /&gt;
==== Color ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageColorAllocate|imageColorAllocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorAllocateAlpha|imageColorAllocateAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosest|imageColorClosest]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosestAlpha|imageColorClosestAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorExact|imageColorExact]]&lt;br /&gt;
* [[Modules/Functions/imageColorExactAlpha|imageColorExactAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolve|imageColorResolve]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolveAlpha|imageColorResolveAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageGetColorAt|imageGetColorAt]]&lt;br /&gt;
* [[Modules/Functions/imageSetColorAt|imageSetColorAt]]&lt;br /&gt;
* [[Modules/Functions/imageColorDeallocate|imageColorDeallocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorsTotal|imageColorsTotal]]&lt;br /&gt;
&lt;br /&gt;
==== Text ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageFontHeight|imageFontHeight]]&lt;br /&gt;
* [[Modules/Functions/imageFontWidth|imageFontWidth]]&lt;br /&gt;
* [[Modules/Functions/imageChar|imageChar]]&lt;br /&gt;
* [[Modules/Functions/imageCharUp|imageCharUp]]&lt;br /&gt;
* [[Modules/Functions/imageString|imageString]]&lt;br /&gt;
* [[Modules/Functions/imageStringUp|imageStringUp]]&lt;br /&gt;
* [[Modules/Functions/imageTtfText|imageTtfText]]&lt;br /&gt;
* [[Modules/Functions/imageTtfBBox|imageTtfBBox]]&lt;br /&gt;
&lt;br /&gt;
==== Draw ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageLine|imageLine]]&lt;br /&gt;
* [[Modules/Functions/imageFill|imageFill]]&lt;br /&gt;
* [[Modules/Functions/imageArc|imageArc]]&lt;/div&gt;</summary>
		<author><name>Jyrno</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24884</id>
		<title>Template:Modules/Texturizer/Functions</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24884"/>
		<updated>2010-12-29T18:54:42Z</updated>

		<summary type="html">&lt;p&gt;Jyrno: /* Text */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Texture Functions ===&lt;br /&gt;
* [[Modules/Functions/createTxdContainer|createTxdContainer]]&lt;br /&gt;
* [[Modules/Functions/txdContainerAddImage|txdContainerAddImage]]&lt;br /&gt;
* [[Modules/Functions/saveTxdContainer|saveTxdContainer]]&lt;br /&gt;
&lt;br /&gt;
=== GD Functions ===&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/gd_info|gd_info]]&lt;br /&gt;
&lt;br /&gt;
==== Create ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageCreate|imageCreate]]&lt;br /&gt;
* [[Modules/Functions/imageCreateTrueColor|imageCreateTrueColor]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromPng]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromGif]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromJpeg]]&lt;br /&gt;
&lt;br /&gt;
==== Info ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageSX|imageSX]]&lt;br /&gt;
* [[Modules/Functions/imageSY|imageSY]]&lt;br /&gt;
* [[Modules/Functions/imageIsTrueColor|imageIsTrueColor]]&lt;br /&gt;
&lt;br /&gt;
==== Save and Destroy ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imagePng|imagePng]]&lt;br /&gt;
* [[Modules/Functions/imagePng|imageGif]]&lt;br /&gt;
* [[Modules/Functions/imagePng|imageJpeg]]&lt;br /&gt;
* [[Modules/Functions/imageDestroy|imageDestroy]]&lt;br /&gt;
&lt;br /&gt;
==== Alter ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageGetAlphaBlending|imageGetAlphaBlending]]&lt;br /&gt;
* [[Modules/Functions/imageSetAlphaBlending|imageSetAlphaBlending]]&lt;br /&gt;
* [[Modules/Functions/imageGetAntiAlias|imageGetAntiAlias]]&lt;br /&gt;
* [[Modules/Functions/imageSetAntiAlias|imageSetAntiAlias]]&lt;br /&gt;
* [[Modules/Functions/imageGetInterlace|imageGetInterlace]]&lt;br /&gt;
* [[Modules/Functions/imageSetInterlace|imageSetInterlace]]&lt;br /&gt;
* [[Modules/Functions/imageGetSaveAlpha|imageGetSaveAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageSetSaveAlpha|imageSetSaveAlpha]]&lt;br /&gt;
&lt;br /&gt;
==== Color ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageColorAllocate|imageColorAllocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorAllocateAlpha|imageColorAllocateAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosest|imageColorClosest]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosestAlpha|imageColorClosestAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorExact|imageColorExact]]&lt;br /&gt;
* [[Modules/Functions/imageColorExactAlpha|imageColorExactAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolve|imageColorResolve]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolveAlpha|imageColorResolveAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageGetColorAt|imageGetColorAt]]&lt;br /&gt;
* [[Modules/Functions/imageSetColorAt|imageSetColorAt]]&lt;br /&gt;
* [[Modules/Functions/imageColorDeallocate|imageColorDeallocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorsTotal|imageColorsTotal]]&lt;br /&gt;
&lt;br /&gt;
==== Text ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageChar|imageChar]]&lt;br /&gt;
* [[Modules/Functions/imageCharUp|imageCharUp]]&lt;br /&gt;
* [[Modules/Functions/imageString|imageString]]&lt;br /&gt;
* [[Modules/Functions/imageStringUp|imageStringUp]]&lt;br /&gt;
* [[Modules/Functions/imageTtfText|imageTtfText]]&lt;br /&gt;
* [[Modules/Functions/imageTtfBBox|imageTtfBBox]]&lt;br /&gt;
&lt;br /&gt;
==== Draw ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageLine|imageLine]]&lt;br /&gt;
* [[Modules/Functions/imageFill|imageFill]]&lt;br /&gt;
* [[Modules/Functions/imageArc|imageArc]]&lt;/div&gt;</summary>
		<author><name>Jyrno</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24883</id>
		<title>Template:Modules/Texturizer/Functions</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24883"/>
		<updated>2010-12-29T18:44:43Z</updated>

		<summary type="html">&lt;p&gt;Jyrno: /* Alter */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Texture Functions ===&lt;br /&gt;
* [[Modules/Functions/createTxdContainer|createTxdContainer]]&lt;br /&gt;
* [[Modules/Functions/txdContainerAddImage|txdContainerAddImage]]&lt;br /&gt;
* [[Modules/Functions/saveTxdContainer|saveTxdContainer]]&lt;br /&gt;
&lt;br /&gt;
=== GD Functions ===&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/gd_info|gd_info]]&lt;br /&gt;
&lt;br /&gt;
==== Create ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageCreate|imageCreate]]&lt;br /&gt;
* [[Modules/Functions/imageCreateTrueColor|imageCreateTrueColor]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromPng]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromGif]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromJpeg]]&lt;br /&gt;
&lt;br /&gt;
==== Info ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageSX|imageSX]]&lt;br /&gt;
* [[Modules/Functions/imageSY|imageSY]]&lt;br /&gt;
* [[Modules/Functions/imageIsTrueColor|imageIsTrueColor]]&lt;br /&gt;
&lt;br /&gt;
==== Save and Destroy ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imagePng|imagePng]]&lt;br /&gt;
* [[Modules/Functions/imagePng|imageGif]]&lt;br /&gt;
* [[Modules/Functions/imagePng|imageJpeg]]&lt;br /&gt;
* [[Modules/Functions/imageDestroy|imageDestroy]]&lt;br /&gt;
&lt;br /&gt;
==== Alter ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageGetAlphaBlending|imageGetAlphaBlending]]&lt;br /&gt;
* [[Modules/Functions/imageSetAlphaBlending|imageSetAlphaBlending]]&lt;br /&gt;
* [[Modules/Functions/imageGetAntiAlias|imageGetAntiAlias]]&lt;br /&gt;
* [[Modules/Functions/imageSetAntiAlias|imageSetAntiAlias]]&lt;br /&gt;
* [[Modules/Functions/imageGetInterlace|imageGetInterlace]]&lt;br /&gt;
* [[Modules/Functions/imageSetInterlace|imageSetInterlace]]&lt;br /&gt;
* [[Modules/Functions/imageGetSaveAlpha|imageGetSaveAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageSetSaveAlpha|imageSetSaveAlpha]]&lt;br /&gt;
&lt;br /&gt;
==== Color ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageColorAllocate|imageColorAllocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorAllocateAlpha|imageColorAllocateAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosest|imageColorClosest]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosestAlpha|imageColorClosestAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorExact|imageColorExact]]&lt;br /&gt;
* [[Modules/Functions/imageColorExactAlpha|imageColorExactAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolve|imageColorResolve]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolveAlpha|imageColorResolveAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageGetColorAt|imageGetColorAt]]&lt;br /&gt;
* [[Modules/Functions/imageSetColorAt|imageSetColorAt]]&lt;br /&gt;
* [[Modules/Functions/imageColorDeallocate|imageColorDeallocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorsTotal|imageColorsTotal]]&lt;br /&gt;
&lt;br /&gt;
==== Text ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageChar|imageChar]]&lt;br /&gt;
* [[Modules/Functions/imageCharUp|imageCharUp]]&lt;br /&gt;
* [[Modules/Functions/imageTtfText|imageTtfText]]&lt;br /&gt;
* [[Modules/Functions/imageTtfBBox|imageTtfBBox]]&lt;br /&gt;
&lt;br /&gt;
==== Draw ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageLine|imageLine]]&lt;br /&gt;
* [[Modules/Functions/imageFill|imageFill]]&lt;br /&gt;
* [[Modules/Functions/imageArc|imageArc]]&lt;/div&gt;</summary>
		<author><name>Jyrno</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24882</id>
		<title>Template:Modules/Texturizer/Functions</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24882"/>
		<updated>2010-12-29T18:27:03Z</updated>

		<summary type="html">&lt;p&gt;Jyrno: /* Alter */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Texture Functions ===&lt;br /&gt;
* [[Modules/Functions/createTxdContainer|createTxdContainer]]&lt;br /&gt;
* [[Modules/Functions/txdContainerAddImage|txdContainerAddImage]]&lt;br /&gt;
* [[Modules/Functions/saveTxdContainer|saveTxdContainer]]&lt;br /&gt;
&lt;br /&gt;
=== GD Functions ===&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/gd_info|gd_info]]&lt;br /&gt;
&lt;br /&gt;
==== Create ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageCreate|imageCreate]]&lt;br /&gt;
* [[Modules/Functions/imageCreateTrueColor|imageCreateTrueColor]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromPng]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromGif]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromJpeg]]&lt;br /&gt;
&lt;br /&gt;
==== Info ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageSX|imageSX]]&lt;br /&gt;
* [[Modules/Functions/imageSY|imageSY]]&lt;br /&gt;
* [[Modules/Functions/imageIsTrueColor|imageIsTrueColor]]&lt;br /&gt;
&lt;br /&gt;
==== Save and Destroy ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imagePng|imagePng]]&lt;br /&gt;
* [[Modules/Functions/imagePng|imageGif]]&lt;br /&gt;
* [[Modules/Functions/imagePng|imageJpeg]]&lt;br /&gt;
* [[Modules/Functions/imageDestroy|imageDestroy]]&lt;br /&gt;
&lt;br /&gt;
==== Alter ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageGetAlphaBlending|imageGetAlphaBlending]]&lt;br /&gt;
* [[Modules/Functions/imageSetAlphaBlending|imageSetAlphaBlending]]&lt;br /&gt;
* [[Modules/Functions/imageGetAntiAlias|imageGetAntiAlias]]&lt;br /&gt;
* [[Modules/Functions/imageSetAntiAlias|imageSetAntiAlias]]&lt;br /&gt;
* [[Modules/Functions/imageGetInterlace|imageGetInterlace]]&lt;br /&gt;
* [[Modules/Functions/imageSetInterlace|imageSetInterlace]]&lt;br /&gt;
&lt;br /&gt;
==== Color ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageColorAllocate|imageColorAllocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorAllocateAlpha|imageColorAllocateAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosest|imageColorClosest]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosestAlpha|imageColorClosestAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorExact|imageColorExact]]&lt;br /&gt;
* [[Modules/Functions/imageColorExactAlpha|imageColorExactAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolve|imageColorResolve]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolveAlpha|imageColorResolveAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageGetColorAt|imageGetColorAt]]&lt;br /&gt;
* [[Modules/Functions/imageSetColorAt|imageSetColorAt]]&lt;br /&gt;
* [[Modules/Functions/imageColorDeallocate|imageColorDeallocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorsTotal|imageColorsTotal]]&lt;br /&gt;
&lt;br /&gt;
==== Text ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageChar|imageChar]]&lt;br /&gt;
* [[Modules/Functions/imageCharUp|imageCharUp]]&lt;br /&gt;
* [[Modules/Functions/imageTtfText|imageTtfText]]&lt;br /&gt;
* [[Modules/Functions/imageTtfBBox|imageTtfBBox]]&lt;br /&gt;
&lt;br /&gt;
==== Draw ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageLine|imageLine]]&lt;br /&gt;
* [[Modules/Functions/imageFill|imageFill]]&lt;br /&gt;
* [[Modules/Functions/imageArc|imageArc]]&lt;/div&gt;</summary>
		<author><name>Jyrno</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24881</id>
		<title>Template:Modules/Texturizer/Functions</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24881"/>
		<updated>2010-12-29T18:26:29Z</updated>

		<summary type="html">&lt;p&gt;Jyrno: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Texture Functions ===&lt;br /&gt;
* [[Modules/Functions/createTxdContainer|createTxdContainer]]&lt;br /&gt;
* [[Modules/Functions/txdContainerAddImage|txdContainerAddImage]]&lt;br /&gt;
* [[Modules/Functions/saveTxdContainer|saveTxdContainer]]&lt;br /&gt;
&lt;br /&gt;
=== GD Functions ===&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/gd_info|gd_info]]&lt;br /&gt;
&lt;br /&gt;
==== Create ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageCreate|imageCreate]]&lt;br /&gt;
* [[Modules/Functions/imageCreateTrueColor|imageCreateTrueColor]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromPng]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromGif]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromJpeg]]&lt;br /&gt;
&lt;br /&gt;
==== Info ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageSX|imageSX]]&lt;br /&gt;
* [[Modules/Functions/imageSY|imageSY]]&lt;br /&gt;
* [[Modules/Functions/imageIsTrueColor|imageIsTrueColor]]&lt;br /&gt;
&lt;br /&gt;
==== Save and Destroy ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imagePng|imagePng]]&lt;br /&gt;
* [[Modules/Functions/imagePng|imageGif]]&lt;br /&gt;
* [[Modules/Functions/imagePng|imageJpeg]]&lt;br /&gt;
* [[Modules/Functions/imageDestroy|imageDestroy]]&lt;br /&gt;
&lt;br /&gt;
==== Alter ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageGetAlphaBlending|GetimageAlphaBlending]]&lt;br /&gt;
* [[Modules/Functions/imageSetAlphaBlending|imageSetAlphaBlending]]&lt;br /&gt;
* [[Modules/Functions/imageGetAntiAlias|imageGetAntiAlias]]&lt;br /&gt;
* [[Modules/Functions/imageSetAntiAlias|imageSetAntiAlias]]&lt;br /&gt;
* [[Modules/Functions/imageGetInterlace|imageGetInterlace]]&lt;br /&gt;
* [[Modules/Functions/imageSetInterlace|imageSetInterlace]]&lt;br /&gt;
&lt;br /&gt;
==== Color ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageColorAllocate|imageColorAllocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorAllocateAlpha|imageColorAllocateAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosest|imageColorClosest]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosestAlpha|imageColorClosestAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorExact|imageColorExact]]&lt;br /&gt;
* [[Modules/Functions/imageColorExactAlpha|imageColorExactAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolve|imageColorResolve]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolveAlpha|imageColorResolveAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageGetColorAt|imageGetColorAt]]&lt;br /&gt;
* [[Modules/Functions/imageSetColorAt|imageSetColorAt]]&lt;br /&gt;
* [[Modules/Functions/imageColorDeallocate|imageColorDeallocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorsTotal|imageColorsTotal]]&lt;br /&gt;
&lt;br /&gt;
==== Text ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageChar|imageChar]]&lt;br /&gt;
* [[Modules/Functions/imageCharUp|imageCharUp]]&lt;br /&gt;
* [[Modules/Functions/imageTtfText|imageTtfText]]&lt;br /&gt;
* [[Modules/Functions/imageTtfBBox|imageTtfBBox]]&lt;br /&gt;
&lt;br /&gt;
==== Draw ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageLine|imageLine]]&lt;br /&gt;
* [[Modules/Functions/imageFill|imageFill]]&lt;br /&gt;
* [[Modules/Functions/imageArc|imageArc]]&lt;/div&gt;</summary>
		<author><name>Jyrno</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24880</id>
		<title>Template:Modules/Texturizer/Functions</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24880"/>
		<updated>2010-12-29T18:12:36Z</updated>

		<summary type="html">&lt;p&gt;Jyrno: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Texture Functions ===&lt;br /&gt;
* [[Modules/Functions/createTxdContainer|createTxdContainer]]&lt;br /&gt;
* [[Modules/Functions/txdContainerAddImage|txdContainerAddImage]]&lt;br /&gt;
* [[Modules/Functions/saveTxdContainer|saveTxdContainer]]&lt;br /&gt;
&lt;br /&gt;
=== GD Functions ===&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/gd_info|gd_info]]&lt;br /&gt;
&lt;br /&gt;
==== Create ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageCreate|imageCreate]]&lt;br /&gt;
* [[Modules/Functions/imageCreateTrueColor|imageCreateTrueColor]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromPng]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromGif]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromJpeg]]&lt;br /&gt;
&lt;br /&gt;
==== Info ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageSX|imageSX]]&lt;br /&gt;
* [[Modules/Functions/imageSY|imageSY]]&lt;br /&gt;
* [[Modules/Functions/imageIsTrueColor|imageIsTrueColor]]&lt;br /&gt;
&lt;br /&gt;
==== Save and Destroy ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imagePng|imagePng]]&lt;br /&gt;
* [[Modules/Functions/imagePng|imageGif]]&lt;br /&gt;
* [[Modules/Functions/imagePng|imageJpeg]]&lt;br /&gt;
* [[Modules/Functions/imageDestroy|imageDestroy]]&lt;br /&gt;
&lt;br /&gt;
==== Alter ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageAlphaBlending|imageAlphaBlending]]&lt;br /&gt;
* [[Modules/Functions/imageAntiAlias|imageAntiAlias]]&lt;br /&gt;
&lt;br /&gt;
==== Color ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageColorAllocate|imageColorAllocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorAllocateAlpha|imageColorAllocateAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosest|imageColorClosest]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosestAlpha|imageColorClosestAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorExact|imageColorExact]]&lt;br /&gt;
* [[Modules/Functions/imageColorExactAlpha|imageColorExactAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolve|imageColorResolve]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolveAlpha|imageColorResolveAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageGetColorAt|imageGetColorAt]]&lt;br /&gt;
* [[Modules/Functions/imageSetColorAt|imageSetColorAt]]&lt;br /&gt;
* [[Modules/Functions/imageColorDeallocate|imageColorDeallocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorsTotal|imageColorsTotal]]&lt;br /&gt;
&lt;br /&gt;
==== Text ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageChar|imageChar]]&lt;br /&gt;
* [[Modules/Functions/imageCharUp|imageCharUp]]&lt;br /&gt;
* [[Modules/Functions/imageTtfText|imageTtfText]]&lt;br /&gt;
* [[Modules/Functions/imageTtfBBox|imageTtfBBox]]&lt;br /&gt;
&lt;br /&gt;
==== Draw ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageLine|imageLine]]&lt;br /&gt;
* [[Modules/Functions/imageFill|imageFill]]&lt;br /&gt;
* [[Modules/Functions/imageArc|imageArc]]&lt;/div&gt;</summary>
		<author><name>Jyrno</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24879</id>
		<title>Template:Modules/Texturizer/Functions</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24879"/>
		<updated>2010-12-29T17:59:09Z</updated>

		<summary type="html">&lt;p&gt;Jyrno: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Texture Functions ===&lt;br /&gt;
* [[Modules/Functions/createTxdContainer|createTxdContainer]]&lt;br /&gt;
* [[Modules/Functions/txdContainerAddImage|txdContainerAddImage]]&lt;br /&gt;
* [[Modules/Functions/saveTxdContainer|saveTxdContainer]]&lt;br /&gt;
&lt;br /&gt;
=== GD Functions ===&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/gd_info|gd_info]]&lt;br /&gt;
&lt;br /&gt;
==== Create ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageCreate|imageCreate]]&lt;br /&gt;
* [[Modules/Functions/imageCreateTrueColor|imageCreateTrueColor]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromPng]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromGif]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromJpeg]]&lt;br /&gt;
&lt;br /&gt;
==== Info ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageSX|imageSX]]&lt;br /&gt;
* [[Modules/Functions/imageSY|imageSY]]&lt;br /&gt;
&lt;br /&gt;
==== Save and Destroy ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imagePng|imagePng]]&lt;br /&gt;
* [[Modules/Functions/imagePng|imageGif]]&lt;br /&gt;
* [[Modules/Functions/imagePng|imageJpeg]]&lt;br /&gt;
* [[Modules/Functions/imageDestroy|imageDestroy]]&lt;br /&gt;
&lt;br /&gt;
==== Alter ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageAlphaBlending|imageAlphaBlending]]&lt;br /&gt;
* [[Modules/Functions/imageAntiAlias|imageAntiAlias]]&lt;br /&gt;
&lt;br /&gt;
==== Color ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageColorAllocate|imageColorAllocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorAllocateAlpha|imageColorAllocateAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosest|imageColorClosest]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosestAlpha|imageColorClosestAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorExact|imageColorExact]]&lt;br /&gt;
* [[Modules/Functions/imageColorExactAlpha|imageColorExactAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolve|imageColorResolve]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolveAlpha|imageColorResolveAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorAt|imageColorAt]]&lt;br /&gt;
* [[Modules/Functions/imageColorDeallocate|imageColorDeallocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorsTotal|imageColorsTotal]]&lt;br /&gt;
&lt;br /&gt;
==== Text ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageChar|imageChar]]&lt;br /&gt;
* [[Modules/Functions/imageCharUp|imageCharUp]]&lt;br /&gt;
* [[Modules/Functions/imageTtfText|imageTtfText]]&lt;br /&gt;
* [[Modules/Functions/imageTtfBBox|imageTtfBBox]]&lt;br /&gt;
&lt;br /&gt;
==== Draw ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageLine|imageLine]]&lt;br /&gt;
* [[Modules/Functions/imageFill|imageFill]]&lt;br /&gt;
* [[Modules/Functions/imageArc|imageArc]]&lt;/div&gt;</summary>
		<author><name>Jyrno</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24878</id>
		<title>Template:Modules/Texturizer/Functions</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24878"/>
		<updated>2010-12-29T17:50:24Z</updated>

		<summary type="html">&lt;p&gt;Jyrno: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Texture Functions ===&lt;br /&gt;
* [[Modules/Functions/createTxdContainer|createTxdContainer]]&lt;br /&gt;
* [[Modules/Functions/txdContainerAddImage|txdContainerAddImage]]&lt;br /&gt;
* [[Modules/Functions/saveTxdContainer|saveTxdContainer]]&lt;br /&gt;
&lt;br /&gt;
=== GD Functions ===&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/gd_info|gd_info]]&lt;br /&gt;
&lt;br /&gt;
==== Create ====&lt;br /&gt;
* [[Modules/Functions/imageCreate|imageCreate]]&lt;br /&gt;
* [[Modules/Functions/imageCreateTrueColor|imageCreateTrueColor]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromPng]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromGif]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromJpeg]]&lt;br /&gt;
&lt;br /&gt;
==== Save and Destroy ====&lt;br /&gt;
* [[Modules/Functions/imagePng|imagePng]]&lt;br /&gt;
* [[Modules/Functions/imagePng|imageGif]]&lt;br /&gt;
* [[Modules/Functions/imagePng|imageJpeg]]&lt;br /&gt;
* [[Modules/Functions/imageDestroy|imageDestroy]]&lt;br /&gt;
&lt;br /&gt;
==== Alter ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageAlphaBlending|imageAlphaBlending]]&lt;br /&gt;
* [[Modules/Functions/imageAntiAlias|imageAntiAlias]]&lt;br /&gt;
&lt;br /&gt;
==== Color ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageColorAllocate|imageColorAllocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorAllocateAlpha|imageColorAllocateAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosest|imageColorClosest]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosestAlpha|imageColorClosestAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorExact|imageColorExact]]&lt;br /&gt;
* [[Modules/Functions/imageColorExactAlpha|imageColorExactAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolve|imageColorResolve]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolveAlpha|imageColorResolveAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorAt|imageColorAt]]&lt;br /&gt;
* [[Modules/Functions/imageColorDeallocate|imageColorDeallocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorsTotal|imageColorsTotal]]&lt;br /&gt;
&lt;br /&gt;
==== Text ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageChar|imageChar]]&lt;br /&gt;
* [[Modules/Functions/imageCharUp|imageCharUp]]&lt;br /&gt;
* [[Modules/Functions/imageTtfText|imageTtfText]]&lt;br /&gt;
* [[Modules/Functions/imageTtfBBox|imageTtfBBox]]&lt;br /&gt;
&lt;br /&gt;
==== Draw ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageLine|imageLine]]&lt;br /&gt;
* [[Modules/Functions/imageFill|imageFill]]&lt;br /&gt;
* [[Modules/Functions/imageArc|imageArc]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/|Modules/Functions/]]&lt;/div&gt;</summary>
		<author><name>Jyrno</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24875</id>
		<title>Template:Modules/Texturizer/Functions</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24875"/>
		<updated>2010-12-29T16:52:23Z</updated>

		<summary type="html">&lt;p&gt;Jyrno: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Texture Functions ===&lt;br /&gt;
* [[Modules/Functions/createTxdContainer|createTxdContainer]]&lt;br /&gt;
* [[Modules/Functions/txdContainerAddImage|txdContainerAddImage]]&lt;br /&gt;
* [[Modules/Functions/saveTxdContainer|saveTxdContainer]]&lt;br /&gt;
&lt;br /&gt;
=== GD Functions ===&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/gd_info|gd_info]]&lt;br /&gt;
&lt;br /&gt;
==== Create ====&lt;br /&gt;
* [[Modules/Functions/imageCreate|imageCreate]]&lt;br /&gt;
* [[Modules/Functions/imageCreateTrueColor|imageCreateTrueColor]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromPng]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromGif]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromJpeg]]&lt;br /&gt;
&lt;br /&gt;
==== Save and Destroy ====&lt;br /&gt;
* [[Modules/Functions/imagePng|imagePng]]&lt;br /&gt;
* [[Modules/Functions/imageDestroy|imageDestroy]]&lt;br /&gt;
&lt;br /&gt;
==== Alter ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageAlphaBlending|imageAlphaBlending]]&lt;br /&gt;
* [[Modules/Functions/imageAntiAlias|imageAntiAlias]]&lt;br /&gt;
&lt;br /&gt;
==== Color ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageColorAllocate|imageColorAllocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorAllocateAlpha|imageColorAllocateAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosest|imageColorClosest]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosestAlpha|imageColorClosestAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorExact|imageColorExact]]&lt;br /&gt;
* [[Modules/Functions/imageColorExactAlpha|imageColorExactAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolve|imageColorResolve]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolveAlpha|imageColorResolveAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorAt|imageColorAt]]&lt;br /&gt;
* [[Modules/Functions/imageColorDeallocate|imageColorDeallocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorsTotal|imageColorsTotal]]&lt;br /&gt;
&lt;br /&gt;
==== Text ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageChar|imageChar]]&lt;br /&gt;
* [[Modules/Functions/imageCharUp|imageCharUp]]&lt;br /&gt;
* [[Modules/Functions/imageTtfText|imageTtfText]]&lt;br /&gt;
* [[Modules/Functions/imageTtfBBox|imageTtfBBox]]&lt;br /&gt;
&lt;br /&gt;
==== Draw ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageLine|imageLine]]&lt;br /&gt;
* [[Modules/Functions/imageFill|imageFill]]&lt;br /&gt;
* [[Modules/Functions/imageArc|imageArc]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/|Modules/Functions/]]&lt;/div&gt;</summary>
		<author><name>Jyrno</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24874</id>
		<title>Template:Modules/Texturizer/Functions</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24874"/>
		<updated>2010-12-29T16:46:16Z</updated>

		<summary type="html">&lt;p&gt;Jyrno: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Texture Functions ===&lt;br /&gt;
* [[Modules/Functions/createTxdContainer|createTxdContainer]]&lt;br /&gt;
* [[Modules/Functions/txdContainerAddImage|txdContainerAddImage]]&lt;br /&gt;
* [[Modules/Functions/saveTxdContainer|saveTxdContainer]]&lt;br /&gt;
&lt;br /&gt;
=== GD Functions ===&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/gd_info|gd_info]]&lt;br /&gt;
&lt;br /&gt;
==== Create ====&lt;br /&gt;
* [[Modules/Functions/imageCreate|imageCreate]]&lt;br /&gt;
* [[Modules/Functions/imageCreateTrueColor|imageCreateTrueColor]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromPng]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromGif]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromJpeg]]&lt;br /&gt;
&lt;br /&gt;
==== Save and Destroy ====&lt;br /&gt;
* [[Modules/Functions/imagePng|imagePng]]&lt;br /&gt;
* [[Modules/Functions/imageDestroy|imageDestroy]]&lt;br /&gt;
&lt;br /&gt;
==== Alter ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageAlphaBlending|imageAlphaBlending]]&lt;br /&gt;
* [[Modules/Functions/imageAntiAlias|imageAntiAlias]]&lt;br /&gt;
&lt;br /&gt;
==== Color ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageColorAllocate|imageColorAllocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorAllocateAlpha|imageColorAllocateAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosest|imageColorClosest]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosestAlpha|imageColorClosestAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorExact|imageColorExact]]&lt;br /&gt;
* [[Modules/Functions/imageColorExactAlpha|imageColorExactAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolve|imageColorResolve]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolveAlpha|imageColorResolveAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorAt|imageColorAt]]&lt;br /&gt;
* [[Modules/Functions/imageColorDeallocate|imageColorDeallocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorsTotal|imageColorsTotal]]&lt;br /&gt;
&lt;br /&gt;
==== Text ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageChar|imageChar]]&lt;br /&gt;
* [[Modules/Functions/imageCharUp|imageCharUp]]&lt;br /&gt;
* [[Modules/Functions/imageTtfText|imageTtfText]]&lt;br /&gt;
* [[Modules/Functions/imageTtfBBox|imageTtfBBox]]&lt;br /&gt;
&lt;br /&gt;
==== Draw ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageFill|imageFill]]&lt;br /&gt;
* [[Modules/Functions/imageArc|imageArc]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/|Modules/Functions/]]&lt;/div&gt;</summary>
		<author><name>Jyrno</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24873</id>
		<title>Template:Modules/Texturizer/Functions</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24873"/>
		<updated>2010-12-29T16:32:53Z</updated>

		<summary type="html">&lt;p&gt;Jyrno: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Texture Functions ===&lt;br /&gt;
* [[Modules/Functions/createTxdContainer|createTxdContainer]]&lt;br /&gt;
* [[Modules/Functions/txdContainerAddImage|txdContainerAddImage]]&lt;br /&gt;
* [[Modules/Functions/saveTxdContainer|saveTxdContainer]]&lt;br /&gt;
&lt;br /&gt;
=== GD Functions ===&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/gd_info|gd_info]]&lt;br /&gt;
&lt;br /&gt;
==== Create ====&lt;br /&gt;
* [[Modules/Functions/imageCreate|imageCreate]]&lt;br /&gt;
* [[Modules/Functions/imageCreateTrueColor|imageCreateTrueColor]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromPng]]&lt;br /&gt;
&lt;br /&gt;
==== Save and Destroy ====&lt;br /&gt;
* [[Modules/Functions/imagePng|imagePng]]&lt;br /&gt;
* [[Modules/Functions/imageDestroy|imageDestroy]]&lt;br /&gt;
&lt;br /&gt;
==== Alter ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageAlphaBlending|imageAlphaBlending]]&lt;br /&gt;
* [[Modules/Functions/imageAntiAlias|imageAntiAlias]]&lt;br /&gt;
&lt;br /&gt;
==== Color ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageColorAllocate|imageColorAllocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorAllocateAlpha|imageColorAllocateAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosest|imageColorClosest]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosestAlpha|imageColorClosestAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorExact|imageColorExact]]&lt;br /&gt;
* [[Modules/Functions/imageColorExactAlpha|imageColorExactAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolve|imageColorResolve]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolveAlpha|imageColorResolveAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorAt|imageColorAt]]&lt;br /&gt;
* [[Modules/Functions/imageColorDeallocate|imageColorDeallocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorsTotal|imageColorsTotal]]&lt;br /&gt;
&lt;br /&gt;
==== Text ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageChar|imageChar]]&lt;br /&gt;
* [[Modules/Functions/imageCharUp|imageCharUp]]&lt;br /&gt;
* [[Modules/Functions/imageTtfText|imageTtfText]]&lt;br /&gt;
* [[Modules/Functions/imageTtfBBox|imageTtfBBox]]&lt;br /&gt;
&lt;br /&gt;
==== Draw ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageFill|imageFill]]&lt;br /&gt;
* [[Modules/Functions/imageArc|imageArc]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/|Modules/Functions/]]&lt;/div&gt;</summary>
		<author><name>Jyrno</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24872</id>
		<title>Template:Modules/Texturizer/Functions</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24872"/>
		<updated>2010-12-29T16:28:31Z</updated>

		<summary type="html">&lt;p&gt;Jyrno: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Texture Functions ===&lt;br /&gt;
* [[Modules/Functions/createTxdContainer|createTxdContainer]]&lt;br /&gt;
* [[Modules/Functions/txdContainerAddImage|txdContainerAddImage]]&lt;br /&gt;
* [[Modules/Functions/saveTxdContainer|saveTxdContainer]]&lt;br /&gt;
&lt;br /&gt;
=== GD Functions ===&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/gd_info|gd_info]]&lt;br /&gt;
&lt;br /&gt;
==== Create ====&lt;br /&gt;
* [[Modules/Functions/imageCreateTrueColor|imageCreateTrueColor]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromPng]]&lt;br /&gt;
&lt;br /&gt;
==== Save and Destroy ====&lt;br /&gt;
* [[Modules/Functions/imagePng|imagePng]]&lt;br /&gt;
* [[Modules/Functions/imageDestroy|imageDestroy]]&lt;br /&gt;
&lt;br /&gt;
==== Alter ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageAlphaBlending|imageAlphaBlending]]&lt;br /&gt;
* [[Modules/Functions/imageAntiAlias|imageAntiAlias]]&lt;br /&gt;
&lt;br /&gt;
==== Color ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageColorAllocate|imageColorAllocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorAllocateAlpha|imageColorAllocateAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosest|imageColorClosest]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosestAlpha|imageColorClosestAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorExact|imageColorExact]]&lt;br /&gt;
* [[Modules/Functions/imageColorExactAlpha|imageColorExactAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolve|imageColorResolve]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolveAlpha|imageColorResolveAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorAt|imageColorAt]]&lt;br /&gt;
* [[Modules/Functions/imageColorDeallocate|imageColorDeallocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorsTotal|imageColorsTotal]]&lt;br /&gt;
&lt;br /&gt;
==== Text ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageChar|imageCharUp]]&lt;br /&gt;
* [[Modules/Functions/imageCharUp|imageCharUp]]&lt;br /&gt;
* [[Modules/Functions/imageTtfText|imageTtfText]]&lt;br /&gt;
* [[Modules/Functions/imageTtfBBox|imageTtfBBox]]&lt;br /&gt;
&lt;br /&gt;
==== Draw ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageFill|imageFill]]&lt;br /&gt;
* [[Modules/Functions/imageArc|imageArc]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/|Modules/Functions/]]&lt;/div&gt;</summary>
		<author><name>Jyrno</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24871</id>
		<title>Template:Modules/Texturizer/Functions</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Template:Modules/Texturizer/Functions&amp;diff=24871"/>
		<updated>2010-12-29T16:27:52Z</updated>

		<summary type="html">&lt;p&gt;Jyrno: Created page with &amp;quot;=== Textrure Functions === * createTxdContainer * txdContainerAddImage * [[Modules/Functions/s...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Textrure Functions ===&lt;br /&gt;
* [[Modules/Functions/createTxdContainer|createTxdContainer]]&lt;br /&gt;
* [[Modules/Functions/txdContainerAddImage|txdContainerAddImage]]&lt;br /&gt;
* [[Modules/Functions/saveTxdContainer|saveTxdContainer]]&lt;br /&gt;
&lt;br /&gt;
=== GD Functions ===&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/gd_info|gd_info]]&lt;br /&gt;
&lt;br /&gt;
==== Create ====&lt;br /&gt;
* [[Modules/Functions/imageCreateTrueColor|imageCreateTrueColor]]&lt;br /&gt;
* [[Modules/Functions/imageCreateFromPng|imageCreateFromPng]]&lt;br /&gt;
&lt;br /&gt;
==== Save and Destroy ====&lt;br /&gt;
* [[Modules/Functions/imagePng|imagePng]]&lt;br /&gt;
* [[Modules/Functions/imageDestroy|imageDestroy]]&lt;br /&gt;
&lt;br /&gt;
==== Alter ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageAlphaBlending|imageAlphaBlending]]&lt;br /&gt;
* [[Modules/Functions/imageAntiAlias|imageAntiAlias]]&lt;br /&gt;
&lt;br /&gt;
==== Color ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageColorAllocate|imageColorAllocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorAllocateAlpha|imageColorAllocateAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosest|imageColorClosest]]&lt;br /&gt;
* [[Modules/Functions/imageColorClosestAlpha|imageColorClosestAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorExact|imageColorExact]]&lt;br /&gt;
* [[Modules/Functions/imageColorExactAlpha|imageColorExactAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolve|imageColorResolve]]&lt;br /&gt;
* [[Modules/Functions/imageColorResolveAlpha|imageColorResolveAlpha]]&lt;br /&gt;
* [[Modules/Functions/imageColorAt|imageColorAt]]&lt;br /&gt;
* [[Modules/Functions/imageColorDeallocate|imageColorDeallocate]]&lt;br /&gt;
* [[Modules/Functions/imageColorsTotal|imageColorsTotal]]&lt;br /&gt;
&lt;br /&gt;
==== Text ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageChar|imageCharUp]]&lt;br /&gt;
* [[Modules/Functions/imageCharUp|imageCharUp]]&lt;br /&gt;
* [[Modules/Functions/imageTtfText|imageTtfText]]&lt;br /&gt;
* [[Modules/Functions/imageTtfBBox|imageTtfBBox]]&lt;br /&gt;
&lt;br /&gt;
==== Draw ====&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/imageFill|imageFill]]&lt;br /&gt;
* [[Modules/Functions/imageArc|imageArc]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Modules/Functions/|Modules/Functions/]]&lt;/div&gt;</summary>
		<author><name>Jyrno</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Modules/Texturizer&amp;diff=24684</id>
		<title>Modules/Texturizer</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Modules/Texturizer&amp;diff=24684"/>
		<updated>2010-12-10T07:00:22Z</updated>

		<summary type="html">&lt;p&gt;Jyrno: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Module_Info|&lt;br /&gt;
  name           = Texturizer |&lt;br /&gt;
  version        = 0.1 |&lt;br /&gt;
  author         = [[User:Jyrno|Jyrno]] |&lt;br /&gt;
  module_website = ''Not available'' |&lt;br /&gt;
  download_link  = N/A |&lt;br /&gt;
  license        = ''GNU LPGL 1.0'' |&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Texturizer is a module which provides TXD libary writing and GD functions to MTASA server. It will be available Windows only, however since the build system is CMake it should be pretty simple to use it on another platforms.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This module is not available yet.&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
===Windows===&lt;br /&gt;
Uncompress the file Texturizer.dll into your ''%PROGRAMFILES%\MTA San Andreas\server\mods\deathmatch\modules\'' directory.&lt;br /&gt;
Uncompress the GD libary binary bgd.dll into your ''%PROGRAMFILES%\MTA San Andreas\server\'' directory.&lt;br /&gt;
&lt;br /&gt;
Then, add the following line in mtaserver.conf:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;module src=&amp;quot;Texturizer.dll&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Functions==&lt;br /&gt;
{{Modules/Texturizer/Functions}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Modules]]&lt;br /&gt;
[[Category:Incomplete]]&lt;/div&gt;</summary>
		<author><name>Jyrno</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Modules/Texturizer&amp;diff=24683</id>
		<title>Modules/Texturizer</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Modules/Texturizer&amp;diff=24683"/>
		<updated>2010-12-10T06:58:49Z</updated>

		<summary type="html">&lt;p&gt;Jyrno: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Module_Info|&lt;br /&gt;
  name           = Texturizer |&lt;br /&gt;
  version        = 0.1 |&lt;br /&gt;
  author         = [[User:Jyrno|Jyrno]] |&lt;br /&gt;
  module_website = ''Not available'' |&lt;br /&gt;
  download_link  = N/A |&lt;br /&gt;
  license        = ''GNU LPGL 1.0'' |&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Texturizer is a module which provides TXD libary writing and GD functions to MTASA server. It will be available Windows only, however since the build system is CMake it should be pretty simple to use it on another platforms.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This module is not available yet.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
===Windows===&lt;br /&gt;
Uncompress the file Texturizer.dll into your ''%PROGRAMFILES%\MTA San Andreas\server\mods\deathmatch\modules\'' directory.&lt;br /&gt;
Uncompress the GD libary binary bgd.dll into your ''%PROGRAMFILES%\MTA San Andreas\server\'' directory.&lt;br /&gt;
&lt;br /&gt;
Then, add the following line in mtaserver.conf:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;module src=&amp;quot;Texturizer.dll&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Functions==&lt;br /&gt;
{{Modules/Texturizer/Functions}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Modules]]&lt;br /&gt;
[[Category:Incomplete]]&lt;/div&gt;</summary>
		<author><name>Jyrno</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Modules/Texturizer&amp;diff=24682</id>
		<title>Modules/Texturizer</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Modules/Texturizer&amp;diff=24682"/>
		<updated>2010-12-10T06:57:38Z</updated>

		<summary type="html">&lt;p&gt;Jyrno: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Module_Info|&lt;br /&gt;
  name           = Texturizer |&lt;br /&gt;
  version        = 0.2 |&lt;br /&gt;
  author         = [[User:jyrno|jyrno]] |&lt;br /&gt;
  module_website = ''Not available'' |&lt;br /&gt;
  download_link  = N/A |&lt;br /&gt;
  license        = ''GNU LPGL 1.0'' |&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Texturizer is a module which provides TXD libary writing and GD functions to MTASA server. It will be available Windows only, however since the build system is CMake it should be pretty simple to use it on another platforms.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This module is not available yet.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
===Windows===&lt;br /&gt;
Uncompress the file Texturizer.dll into your ''%PROGRAMFILES%\MTA San Andreas\server\mods\deathmatch\modules\'' directory.&lt;br /&gt;
Uncompress the GD libary binary bgd.dll into your ''%PROGRAMFILES%\MTA San Andreas\server\'' directory.&lt;br /&gt;
&lt;br /&gt;
Then, add the following line in mtaserver.conf:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;module src=&amp;quot;Texturizer.dll&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Functions==&lt;br /&gt;
{{Modules/Texturizer/Functions}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Modules]]&lt;br /&gt;
[[Category:Incomplete]]&lt;/div&gt;</summary>
		<author><name>Jyrno</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Modules/Texturizer&amp;diff=24681</id>
		<title>Modules/Texturizer</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Modules/Texturizer&amp;diff=24681"/>
		<updated>2010-12-10T06:56:19Z</updated>

		<summary type="html">&lt;p&gt;Jyrno: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Module_Info|&lt;br /&gt;
  name           = Texturizer |&lt;br /&gt;
  version        = 0.2 |&lt;br /&gt;
  author         = [[User:jyrno|jyrno]] |&lt;br /&gt;
  module_website = ''Not available'' |&lt;br /&gt;
  download_link  = N/A |&lt;br /&gt;
  license        = ''GNU LPGL 1.0'' |&lt;br /&gt;
}}&lt;br /&gt;
Texturizer is a module which provides TXD libary writing and GD functions to MTASA server. It will be available Windows only, however since the build system is CMake it should be pretty simple to use it on another platforms.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This module is not available yet.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
===Windows===&lt;br /&gt;
Uncompress the file Texturizer.dll into your ''%PROGRAMFILES%\MTA San Andreas\server\mods\deathmatch\modules\'' directory.&lt;br /&gt;
Uncompress the GD libary binary bgd.dll into your ''%PROGRAMFILES%\MTA San Andreas\server\'' directory.&lt;br /&gt;
&lt;br /&gt;
Then, add the following line in mtaserver.conf:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;module src=&amp;quot;Texturizer.dll&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Functions==&lt;br /&gt;
{{Modules/Texturizer/Functions}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Modules]]&lt;br /&gt;
[[Category:Incomplete]]&lt;/div&gt;</summary>
		<author><name>Jyrno</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Modules/Texturizer&amp;diff=24680</id>
		<title>Modules/Texturizer</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Modules/Texturizer&amp;diff=24680"/>
		<updated>2010-12-10T06:55:54Z</updated>

		<summary type="html">&lt;p&gt;Jyrno: Created page with &amp;quot;{{Module_Info|   name           = Texturizer |   version        = 0.2 |   author         = jyrno |   module_website = ''Not available'' |   download_link  = N/A | ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Module_Info|&lt;br /&gt;
  name           = Texturizer |&lt;br /&gt;
  version        = 0.2 |&lt;br /&gt;
  author         = [[User:jyrno|jyrno]] |&lt;br /&gt;
  module_website = ''Not available'' |&lt;br /&gt;
  download_link  = N/A |&lt;br /&gt;
  license        = ''GNU LPGL 1.0'' |&lt;br /&gt;
}}&lt;br /&gt;
Texturizer is a module which provides TXD libary writing and GD functions to MTASA server. It's currently available Windows only, however since the build system is CMake it should be pretty simple to use it on another platforms.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This module is not available yet.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
===Windows===&lt;br /&gt;
Uncompress the file Texturizer.dll into your ''%PROGRAMFILES%\MTA San Andreas\server\mods\deathmatch\modules\'' directory.&lt;br /&gt;
Uncompress the GD libary binary bgd.dll into your ''%PROGRAMFILES%\MTA San Andreas\server\'' directory.&lt;br /&gt;
&lt;br /&gt;
Then, add the following line in mtaserver.conf:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;module src=&amp;quot;Texturizer.dll&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Functions==&lt;br /&gt;
{{Modules/Texturizer/Functions}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Modules]]&lt;br /&gt;
[[Category:Incomplete]]&lt;/div&gt;</summary>
		<author><name>Jyrno</name></author>
	</entry>
</feed>