remotes/1693045480750635534/spooky-22
Aevann1 2021-09-11 05:11:26 +02:00
parent 9c619ba057
commit f6a5639cc8
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ def upload_imgur(filepath=None, file=None, resize=False):
def thumbnails(frames):
for frame in frames:
new_image = Image.new("RGBA", frame.size, "WHITE")
new_image = IImage.new("RGBA", frame.size, "WHITE")
new_image.paste(i, (0, 0), i)
new_image.convert('RGB')
new_image.thumbnail(size)