Open innix opened 3 years ago
If you try to create an avatar with more blocks than can be fitted on the image, the avatar generator will loop forever.
Reproducible example:
$ python3 example.py 420 32 avatar_01.png
The generator should detect if too many blocks have been asked for, and raise an exception.
Should there be a dev branch to work on? Or do you want people to just work on master branch? I think dev branches are a good idea.
master
If you try to create an avatar with more blocks than can be fitted on the image, the avatar generator will loop forever.
Reproducible example:
The generator should detect if too many blocks have been asked for, and raise an exception.