<blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">Hi I am new to using PureData and I am looking for my help.? I am trying
 to take a video file, currently one from the harddrvie but eventually a
 streaming feed, and look at each pixel in each frame and consider the 
RGB values of the pixels.? I want to then look at those values and 
calculate a ratio of R-G and G-B and then determine what color I would 
like to? change that pixel based on the ratio.? I believe I have found a
 good way to get the data of the pixel, by taking a metro and a counter 
with the width and height of the video and divinding by the width and 
and height and stepping through the frame and send it to pix_data.? i 
unpack the RGB values and calculate the ratio i need.? I am having 
trouble changing the pixel value to the color i want.? I am looking for 
some insight on the best way to approach?this, or if there is a better 
way to do it from scrath, or if you think it would be more efficient to 
use another program and if you all know<br>
 of any other programs.? Thank you for your help.<br>
?<br>
~Sean</blockquote><div><br><br>It seems to me that the most efficient way of doing this would be with a custom GLSL shader.<br><br><br>Ben Baker-Smith<br>--<br><a href="http://bitsynthesis.com">http://bitsynthesis.com</a><br>

<br></div>