|
@@ -168,7 +168,7 @@ def txt2image_title(content, save_target, lang='zh'):
|
|
font = ImageFont.truetype(font="font/DFT_B7.ttc", size=38)
|
|
font = ImageFont.truetype(font="font/DFT_B7.ttc", size=38)
|
|
text_width, text_height = font.getsize(unicode_text)
|
|
text_width, text_height = font.getsize(unicode_text)
|
|
canvas = Image.new('RGBA', (510, 500), (255, 0, 0, 0) )
|
|
canvas = Image.new('RGBA', (510, 500), (255, 0, 0, 0) )
|