oxen-io / session-desktop

Session Desktop - Onion routing based messenger
https://getsession.org
GNU General Public License v3.0
1.48k stars 190 forks source link

fix: make sure we scale image before trying to compress it #2887

Closed Bilb closed 5 months ago

Bilb commented 12 months ago

looks like the scaling of images was broken and so we were compressing the original picture, to the desired size (kb) but keeping it's original width and height. Which meant we were compressing them way too much fixing this: image to be this: image

Bilb commented 10 months ago

just tagging @burtonemily for tracking

burtonemily commented 9 months ago

Found some issues https://optf.atlassian.net/browse/SES-1244