Taka005 commited on
Commit ·
a472dc3
1
Parent(s): 51b4d27
修正
Browse files
main.py
CHANGED
|
@@ -151,7 +151,7 @@ def reversemake(name, tag, id, content, icon):
|
|
| 151 |
id_y = name_y + tsize_name[1] + 4
|
| 152 |
tsize_id = draw_text(img, (390, id_y), id, size=18, color=(180, 180, 180, 255), split_len=45, disable_dot_wrap=True)
|
| 153 |
|
| 154 |
-
tx.text((
|
| 155 |
|
| 156 |
file = io.BytesIO()
|
| 157 |
img.save(file, format="PNG", quality=95)
|
|
|
|
| 151 |
id_y = name_y + tsize_name[1] + 4
|
| 152 |
tsize_id = draw_text(img, (390, id_y), id, size=18, color=(180, 180, 180, 255), split_len=45, disable_dot_wrap=True)
|
| 153 |
|
| 154 |
+
tx.text((6, 694), branding,font=MPLUS_FONT, fill=(120, 120, 120, 255))
|
| 155 |
|
| 156 |
file = io.BytesIO()
|
| 157 |
img.save(file, format="PNG", quality=95)
|