I have a still image and I want it to look like it's video of a still image. It's already a noisy image, so it seems like adding a bit of animated noise would do the trick. Is there any easy way to do this?
I found the noise() function but am not quite sure how to use it. Maybe run through all pixels using two for loops, grab a noise val at every pixel, and somehow combine the two? How to combine?
thx
2