fd
This commit is contained in:
parent
a685a21233
commit
65a661074f
1 changed files with 0 additions and 4 deletions
|
@ -34,14 +34,12 @@ def upload_ibb(filepath=None, file=None, resize=False):
|
|||
|
||||
om = next(frames)
|
||||
om.info = i.info
|
||||
filepath = f"image.{i.format}"
|
||||
try: om.save(filepath, save_all=True, append_images=list(frames), loop=0, optimize=True, quality=30)
|
||||
except Exception as e:
|
||||
print(e)
|
||||
return
|
||||
elif format != "gif":
|
||||
i = IImage.open(filepath)
|
||||
filepath = f"image.{i.format}"
|
||||
i.save(filepath, optimize=True, quality=30)
|
||||
|
||||
try:
|
||||
|
@ -81,14 +79,12 @@ def upload_imgur(filepath=None, file=None, resize=False):
|
|||
|
||||
om = next(frames)
|
||||
om.info = i.info
|
||||
filepath = f"image.{i.format}"
|
||||
try: om.save(filepath, save_all=True, append_images=list(frames), loop=0, optimize=True, quality=30)
|
||||
except Exception as e:
|
||||
print(e)
|
||||
return
|
||||
elif format != "gif":
|
||||
i = IImage.open(filepath)
|
||||
filepath = f"image.{i.format}"
|
||||
i.save(filepath, optimize=True, quality=30)
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue