I'm using -evaluate Gaussian-noise to add noise to some images like this:
Code: Select all
convert ./woman_blonde.tif -evaluate Gaussian-noise 5 ./woman_blonde_50.tif
Problem is I'm unsure what exactly the 5 in
Code: Select all
-evaluate Gaussian-noise 5
What is 5? Does it mean 5%?
In gimp you can add Gaussian blur, they control the intensity of it by having a standard deviation that ranges from 0 - 50. does ImageMagick use something similar?
Thanks,
Yathindu