How can I create a script that generates noise with the same seed?
I want the noise to look same every time a run the script I can't see any setting for seed.
If the noise filter don't support it is it possible with some other filter to generate noise?
Noise with same seed in script?
-
pfaffenbichler
Noise with same seed in script?
I doubt a Script is a good approach for such a matter.
What exactly are you trying to achieve and what image dimensions do you want to affect?
Maybe you should look into Pixel Bender.
http://www.adobe.com/devnet/pixelbender.html
What exactly are you trying to achieve and what image dimensions do you want to affect?
Maybe you should look into Pixel Bender.
http://www.adobe.com/devnet/pixelbender.html
-
to
Noise with same seed in script?
I using the noisefilter as a part in some effect to problem it looks not the same every time i run the script.
Thanks for the tips
Thanks for the tips
-
Mike Hale
Noise with same seed in script?
I think you are going about this the wrong way. I would think all noise filters are going to give different results each time they are run.
You might try running the noise filter on a white, black, or mid-gray( depending on which blend mode you use ) layer then use that one layer with a blend mode to the same noise when needed.
You might try running the noise filter on a white, black, or mid-gray( depending on which blend mode you use ) layer then use that one layer with a blend mode to the same noise when needed.