Skip to content

Infinite loop if too many blocks are requested #2

@innix

Description

@innix

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions