Ah ok, thank you. Yeah that would be a barrier to donation for me too. Seems odd.
- 0 Posts
- 3 Comments
Joined 3 years ago
Cake day: June 21st, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Tell me more? I see Ukraine news. Usually browse by top 6 hour or hot.


You can make nearly all images small enough to upload and still look good without dropping colour depth. There are 3 ways to achieve it basically:
The resizing is usually enough.
The quality reduction is something that google pagespeed focuses on too. For most apps that means choosing a lower “quality” when converting to jpg or saving as a new jpg. 85% of original is good.
If you happen to have imagemagick installed, I have a little script that I use called “resize_to_pagespeed.sh”. The jist of it is this:
I just ran this on a 2.4MB photo (below) and it came out at 186KB. That’s a 13x reduction. Right click -> open in new tab to see it full size.
If the image isn’t square, imagemagick is smart enough to figure out correct dimensions.