inculi / Sue

A bot for iMessage (sue@robertism.com), Telegram (@ImSueBot), and Discord. Now in Elixir!
MIT License
28 stars 9 forks source link

!motivate antialiasing #25

Closed Manwholikespie closed 3 years ago

Manwholikespie commented 3 years ago

it could look better

Manwholikespie commented 3 years ago

Fixed.

Telegram was sending one image as a list of different sized versions. Previously we just took the first in the list (usually the smallest). Now we sort by file size before taking the first one.