mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
Update image_utils.py
This commit is contained in:
parent
86ce6d7664
commit
ae8a214a3a
@ -178,7 +178,7 @@ class BuildImage:
|
||||
self.paste_image_height = int(paste_image_height)
|
||||
self.current_w = 0
|
||||
self.current_h = 0
|
||||
self.font = ImageFont.truetype(str(FONT_PATH / font), int(font_size))
|
||||
self.font = ImageFont.truetype(str(FONT_PATH / font), font_size)
|
||||
if not plain_text and not color:
|
||||
color = (255, 255, 255)
|
||||
self.background = background
|
||||
|
||||
Loading…
Reference in New Issue
Block a user