fd
This commit is contained in:
parent
1028174f4a
commit
c81a27032c
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ def upload_imgur(file, resize=False):
|
||||||
|
|
||||||
om = next(frames)
|
om = next(frames)
|
||||||
om.info = i.info
|
om.info = i.info
|
||||||
|
print(file)
|
||||||
om.save(file, save_all=True, append_images=list(frames), loop=0, optimize=True, quality=30)
|
om.save(file, save_all=True, append_images=list(frames), loop=0, optimize=True, quality=30)
|
||||||
|
|
||||||
with open(file, 'rb') as f:
|
with open(file, 'rb') as f:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue