fix
This commit is contained in:
1
main.py
1
main.py
@@ -65,6 +65,7 @@ async def check_updates():
|
|||||||
caption=caption)
|
caption=caption)
|
||||||
elif post.file.ext in ('png', 'jpg'):
|
elif post.file.ext in ('png', 'jpg'):
|
||||||
if post.file.size > 10000000:
|
if post.file.size > 10000000:
|
||||||
|
logging.warning('compressing')
|
||||||
dl_im = Image.open(file).convert('RGBA')
|
dl_im = Image.open(file).convert('RGBA')
|
||||||
dl_im.thumbnail((2048, 2048), Image.LANCZOS)
|
dl_im.thumbnail((2048, 2048), Image.LANCZOS)
|
||||||
im = Image.new('RGBA', dl_im.size, (255, 255, 255))
|
im = Image.new('RGBA', dl_im.size, (255, 255, 255))
|
||||||
|
Reference in New Issue
Block a user