ENG | RUS |
---|
A versatile collection of image generation scripts.
There are some python packages required for these scripts to work:
- numpy
- Pillow
To set up the environment, install the packages according to requirements.txt
:
$ pip3 install -r requirements.txt
The following parameters can be found in almost every script file:
MAX_X
= the picture length;MAX_Y
= the picture height;MAX_ITERS
= the maximum amount of iterations during generation;RESIZE_TO
= a tuple for scaling in X and Y.