Very simple free multi-platform Perlin noise 24 bit uncompressed bitmap generator.
Current version: 2020.08.1
The version format is "<year>.<zero padded month>.<revision number>".
Algorithm created by Ken Perlin that generates a type of noise that seems natural/organic, which can be used in places where simple independent random number generation values are not enough.
Here's an example generated with VSFMPPNTFBUBG (256 pixels by 256 pixels, and 32 cell size):
Format created by Microsoft Corporation, used to store bitmaps.
Description | Value |
---|---|
Perlin noise directions | (1, 1), (-1, -1), (-1, 1), (1, -1) |
Cell size | 32 (configurable) |
Bits per pixel | 24 |
Information header | BITMAPINFOHEADER |
Compression method | None |
./vsfmppntfbubg <width> <height> [cell size]
This generator was created for educational purposes only.