
<p>
Description for class <b>Image</b>:
<blockquote>

		The Image class provides an interface to work with images and  textures.  The individual pixels of the image can be read  or changed by the simulation as desired. <P> The image class can read rendered images from the screen using the  method read-pixels, so that agents in the 3D world  can have access to real rendered data.  In addition, the method  get-pixel-pointer can be used to provide a pointer to the  RGBA pixel data so that plugins can access and analyze image data. This could be used, among other things, to implement agent vision.
	
</blockquote>
</p>
<p>
Inherits from <b>Abstract</b>
</p>
<p>
Full API documentation for the class <b>Image</b>:
<ul>
<li><a href="/documentation/steveclasses/Image.html">steve language documentation</a></li>
<li><a href="/documentation/pythonclasses/Image.html">Python language documentation</a></li>
</ul>
</p>
