<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
ola,
<blockquote cite="mid:4836F5D0.1060201@free.fr" type="cite">
  <blockquote cite="mid:483685D9.1030901@iem.at" type="cite">
    <blockquote type="cite">
      <blockquote type="cite">
        <pre wrap="">
      </pre>
      </blockquote>
      <pre wrap="">yes, i saw the latest svn version can _compile_
with latest gem cvs ( some sport involved there ),
but pdp2gem and pix_2pdp do not work,
i get black or no-output in both case.
    </pre>
    </blockquote>
    <pre wrap=""><!---->

    </pre>
  </blockquote>
</blockquote>
what i see from analyzing the code<br>
is that the function :<br>
<br>
&nbsp;&nbsp; glReadPixels(m_x, m_y, m_image-&gt;xsize, m_image-&gt;ysize,<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; m_image-&gt;format, m_image-&gt;type, m_image-&gt;data);<br>
<br>
&nbsp; with : <br>
<br>
&nbsp; m_image-&gt;type&nbsp; = GL_UNSIGNED_BYTE;<br>
&nbsp; m_image-&gt;format = GL_RGBA;<br>
<br>
returns a black image ( all bytes are 0 ),<br>
so something has changed here?<br>
<br>
saludos,<br>
sevy<br>
</body>
</html>