fd
This commit is contained in:
parent
99af0afa20
commit
80a82fce7d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue