Thicken rank border

This commit is contained in:
Brandon Sturgeon 2021-02-18 14:20:09 -08:00
parent 6de89d1d74
commit 6ca66ffd6f
No known key found for this signature in database
GPG Key ID: 93451558FC64495C

View File

@ -33,7 +33,7 @@ def outline():
x, y = avatar.size
bbox = (0, 0, x, y)
draw = ImageDraw.Draw(avatar, "RGBA")
draw.ellipse(bbox, fill=transparent, outline=outline_color, width=10)
draw.ellipse(bbox, fill=transparent, outline=outline_color, width=12)
del draw
avatar.save(avatar_path, "PNG")