stringlapse / tlcbot

A discord.py bot for the TLC server
Do What The F*ck You Want To Public License
2 stars 0 forks source link

Twitter image uploading doesn't allow images larger than 8192px in any direction #135

Open stringlapse opened 3 years ago

stringlapse commented 3 years ago

Instagram is unaffected. On paper it's a pretty easy solution, just check the dimensions of the image and if something is bigger than 8192px scale it down. In practice it will definitely be a little more difficult than that but isn't that how it always goes?