remotes/1693045480750635534/spooky-22
Aevann1 2021-09-13 18:47:01 +02:00
parent 04679e4524
commit 8abd5c804e
1 changed files with 1 additions and 1 deletions

View File

@ -15,8 +15,8 @@ def upload_ibb(file=None, resize=False):
if file: file.save("image.webp")
i = IImage.open("image.webp")
if resize:
i = IImage.open("image.webp")
size = 100, 100
frames = ImageSequence.Iterator(i)