forked from CFC-Servers/cfc_chat_transit
Thicken rank border
This commit is contained in:
parent
6de89d1d74
commit
6ca66ffd6f
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user