simonetthomas / Blue_Thread

Post a thread easily on Bluesky
https://bluethread.pythonanywhere.com/
14 stars 3 forks source link

Error when sending certain images #64

Closed simonetthomas closed 4 weeks ago

simonetthomas commented 4 weeks ago

In some cases, a big image is exceeding the allowed size (976 kB), even after resizing and jpg compression. Image

It results in the thread being interrupted and the user seeing an error message.

Example of an image causing the error : https://drive.google.com/file/d/13Z0c4ATVyEG6XcFgDso-cW5RIuH0CPVn/view

simonetthomas commented 4 weeks ago

Fixed by increasing the jpg compression from 0.80 to 0.76.