CLI to generate noise images for use in game design
Project description
noise-image-generator
CLI tool to generate noise png file to be used in game design.
Install
pip3 install noise-img-generator
Usage
noise_img_generator [-h] [--gentype GENTYPE] [--size SIZE] [--filename FILENAME] [--seed SEED] [--cluster CLUSTER] [--imgs IMGS] [--norms NORMS] [--dims DIMS] [--octaves OCTAVES] [--tile TILE [TILE ...]]
Generate noise png files.
optional arguments:
-h, --help show this help message and exit
--gentype GENTYPE specify a noise generator to use [random, perlin] (default: random)
--size SIZE size of output image (default: 512)
--filename FILENAME name of file created (default: noise.png)
--seed SEED seed to use for generation (default: None)
--cluster CLUSTER width of kernal to average neighbouring pixels (default: 0)
--imgs IMGS number of random generated images to combine (default: 1)
--norms NORMS number of times to normalize image (default: 1)
--dims DIMS number of dimensions to use with perlin (default: 2)
--octaves OCTAVES number of octaves to use with perlin, recommended max 4 (default: 1)
--tile TILE [TILE ...]
connected tilings to be used [space dimensions] (default: 1 1)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file noise-img-generator-1.0.7.tar.gz.
File metadata
- Download URL: noise-img-generator-1.0.7.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.0.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
02fdfff7b4faab2a0ec473da0b900c5c1ee8f2ac725abff59d8a10a777f1bb29
|
|
| MD5 |
90a4b9897354f68c5679fcaf2b0bd0da
|
|
| BLAKE2b-256 |
c409031c5cfaa995bffe487483fc61a47ded96d790799b36d10d2bea34ca2ce7
|
File details
Details for the file noise_img_generator-1.0.7-py3-none-any.whl.
File metadata
- Download URL: noise_img_generator-1.0.7-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.0.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b1785811e2305ef79017ac6ab1e4cf3b9f0ccba5d6ff1021ef0d08db5b905e19
|
|
| MD5 |
f2fb943c495999e905294910534f0938
|
|
| BLAKE2b-256 |
e9390c83fa458401aad9560d386553a697befea923aa0a2cf53bc302b20accee
|