Page 1 of 1

get pixels RGB values of current frame?

Posted: April 8th, 2014, 5:48 am
by pecollinni
Hello,

I'm creating a little script that should work in conjunction with "PSOFT Blur Cell" effect (that effect blurs only the boundaries between specific colors),
so what i need is a list of colors that I want to blur.

Is there a way to tell javascript to somehow scan the whole frame, and give me a list of RGB values for each pixel? So I could then pass that information to the PsoftBlurCell effect.
I was playing around with "Color Link" effect, but it can't be used for this purpose, unfortunately...


thanks