A simple texture generator, you can mix the following basic textures:
- Plain colour 😉
 - White noise
 - Perlin noise
 - Celular
 - Plasma
 - Blobs
 - Lines
 - Text
 - Xor
 - The mixture can be done with several operation such: add, substract, multiply, xor, and, etc.
 
Some filters can be applied also:
- Black & White
 - Polar transformation
 - Blur
 - Motion Blur
 - Edge detection (2 levels)
 - Sharpen image (3 levels)
 - Emboss (2 levels)
 - Mean (2 levels)
 - Custom 3×3 filter
 



