On Sat, May 24, 2008 at 7:18 AM, Patrice Colet &lt;<a href="mailto:pat@mamalala.org">pat@mamalala.org</a>&gt; wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&nbsp; Hi, it&#39;s possible to render on a video file the texture drawn into a<br>
geo object, but the quality is always poor whatever codec we use (even<br>
uncompressed files), that can be useful for having poor animated<br>
textures, but anyway the quality is never as good as we can get when we<br>
render into picture files (isn&#39;t it?).<br>
</blockquote><div><br>The contents of the framebuffer are exactly what you see onscreen.&nbsp; I don&#39;t understand what is &#39;poor&#39; about the image being read back.<br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
 &nbsp;We can render framebuffer into picture files with the help of<br>
[pix_write], but I don&#39;t know any simple solution yet to render directly<br>
into pict files what we can get with the &#39;unstable&#39; [pix_record].</blockquote><div><br>pix_record on OSX is extremely well tested.&nbsp; I&#39;ve recorded in excess of one million files with it.<br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
 &nbsp;So my question that will certainly stay unanswered is/<br>
<br>
 &nbsp;What about adding a simple option to [pix_write] for rendering into<br>
picture files only the texture created by a gemchain instead of the<br>
framebuffer?&nbsp; </blockquote><div><br>pix_write should just write the pix buffer to a file and not also have pix_snap functionality embedded in it.&nbsp; Unfortunately doing this would break a lot of patches.&nbsp; Maybe pix_image_write would be an acceptable option.<br>
</div></div><br>