mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
Update memify.py
This commit is contained in:
parent
a3a65643a1
commit
623fca616a
1 changed files with 3 additions and 1 deletions
|
|
@ -128,7 +128,9 @@ async def draw_meme_text(image_path, text):
|
|||
)
|
||||
current_h += u_height + pad
|
||||
|
||||
webp_file = "memify.webp"
|
||||
webp_file = "memifymycatty.webp"
|
||||
new_size = (512, 512)
|
||||
img.resize(new_size)
|
||||
img.save(webp_file, "WebP")
|
||||
return webp_file
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue