1

I want to generate a random value for each pixel in the compositor, I tried the noise texture but it gets lower values in average instead of 0.5. 50% of the pixels are completely black.
Far to be enough to build random vectors.
enter image description here

How can I get TRUE randomness on compositor?

  • Read @bertmoog 's answer in this link https://blender.stackexchange.com/questions/84546/adding-random-noise-to-rendered-images/84730#84730 –  Aug 19 '17 at 17:11
  • That's not exactly what I want. The problem is that the noise texture do not create a statically neutral noise. – StackOverflowToxicityVictim Aug 19 '17 at 17:16

1 Answers1

2

Adding a blur of two pixels gives a nice distribution throughout the tone range.

enter image description here

Edit

This is custom color noise setup.

enter image description here

yann
  • 1,973
  • 15
  • 25