Latest tarball | qig-11.51b5c45f.tar.gz (changelog) (atom feed) |
Clone | https://thebus.top/depot/qig.git |
Browser | Current source code |
Download | All commits |
Quick Image Generator
QIG generates unique images from noise en masse, and inside of them a random colored rectangle of a random size to ensure uniqueness.
pip install -r requirements.txt
# We generate 100 images of random format with size 2000x1500
python3 qig.py -n 100 -f random -r 2000x1500 /some/where
# We generate 100 JPEG images with some random size between 32 and 2560
python3 qig.py -n 100 -f jpg -r random /some/where
For more informations see python3 qig.py -h
qig.py
.