What's the best way to generate a noisy image with ImageMagick?

I'd like to create an image where the color-frequency distribution is even (white noise) or skewed toward lower frequency colors (brown noise).

Is this possible with ImageMagick?

1 Reply 1

$ magick -size 1000x1000 xc: +noise Random noise.png

Possible types of noise:

$ magick -list noise
Gaussian
Impulse
Laplacian
Multiplicative
Poisson
Random
Uniform

🎩-tip: "Making Noise with ImageMagick"

Your Reply

By clicking “Post Your Reply”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.