Mobile app version of vmapp.org
Login or Join
Lee4591628

: Background noise generator I want to make a noise background. Do you have any recommendation for texture generators? I want to input color, noise density and the tile size and get a png image.

@Lee4591628

Posted in: #LookingForAScript #WebsiteDesign

I want to make a noise background. Do you have any recommendation for texture generators? I want to input color, noise density and the tile size and get a png image.

This is an example of such generator, but I want to try others:
www.noisetexturegenerator.com

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Lee4591628

2 Comments

Sorted by latest first Latest Oldest Best

 

@Shelley277

If you don't want to create a scripted noise generator, this one looks interesting: www.patternify.com/
If you want a scripted noise generator, check this post: brunogirin.blogspot.com/2009/09/making-noise-with-imagemagick.html
ImageMagic is a tool that is already installed in many servers and can be used trough many programming languages.

10% popularity Vote Up Vote Down


 

@Cofer257

I don't know of any generators, but this is easily achieved in a graphics program like Photoshop or GIMP.


Create an image at your required tile size.
Generate some random noise.
Use a colorise function and/or hue/brightness editor to make it the color you like.
Reduce contrast to make it more subtle.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme