diff --git a/src/snek/view/channel.py b/src/snek/view/channel.py index 90d7c59..960605a 100644 --- a/src/snek/view/channel.py +++ b/src/snek/view/channel.py @@ -79,7 +79,7 @@ class ChannelAttachmentView(BaseView): setattr(response, "write", sync_writer) - image.save(response, format=format_) + image.save(response, format=format_, quality=100, optimize=True, save_all=True) setattr(response, "write", naughty_steal)