crabber-net / crabber

A Twitter clone written in Python + Flask with extended features and a focus on inclusivity.
https://crabber.net
GNU General Public License v2.0
48 stars 16 forks source link

Reduce compression ratios on smaller images #86

Closed jakeledoux closed 3 years ago

jakeledoux commented 3 years ago

Low-res images get compressed just as much as large images in the current system causing them to be deep-fried well beyond what's necessary. A simple file-size target or stepped compression levels based on resolution would fix this.