Hi,<br>the PIL handbook I found covers 1.1.5 (no 1.1.6 handbook available yet)<br>It mentions that the ImageGL portion will be in PIL1.1.6 but only for PIL Plus.<br>When I click the PIL Plus link, it says that this library is no longer available.<br>
<br>I have installed PIL 1.1.6 for Python 2.6<br><br>When I import ImageGL, it complains that it can not find _imaginggl extension module:<br><br>&gt;&gt;&gt; import ImageGL<br>Traceback (most recent call last):<br>  File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;<br>
  File &quot;C:\Python26\lib\site-packages\PIL\ImageGL.py&quot;, line 20, in &lt;module&gt;<br>    import _imaginggl<br>ImportError: No module named _imaginggl<br><br><br>In C:\Python26\lib\site-packages\PIL\ImageGL.py,I read the following comment:<br>
# OpenGL pixmap/texture interface (requires imToolkit OpenGL extensions)<br><br>when I google imToolkit, it can not find that.<br><br><br>Can anyone shed some light on the story here.<br>Is it possible to load OpenGL texture images in PIL ?<br>
If so, how ? What do I need ?<br>Where can I find imToolkit ?<br>If this function was never completed, what would it take to implement this ?<br>any alternatives ?<br><br>regards<br>Jef<br><br><br><br>