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.