this post was submitted on 01 Apr 2026
6 points (87.5% liked)
Jerboa
11478 readers
2 users here now
Jerboa is a native-android client for Lemmy, built using the native android framework, Jetpack Compose.
Warning: You can submit issues, but between Lemmy and lemmy-ui, I probably won't have too much time to work on them. Learn jetpack compose like I did if you want to help make this app better.
Built With
Features
- Open source, AGPL License.
Installation / Releases
Support / Donate
Jerboa is made by Lemmy's developers, and is free, open-source software, meaning no advertising, monetizing, or venture capital, ever. Your donations directly support full-time development of the project.
Crypto
- bitcoin:
1Hefs7miXS5ff5Ck5xvmjKjXf5242KzRtK - ethereum:
0x400c96c96acbC6E7B3B43B1dc1BB446540a88A01 - monero:
41taVyY6e1xApqKyMVDRVxJ76sPkfZhALLTjRvVKpaAh2pBd4wv9RgYj1tSPrx8wc6iE1uWUfjtQdTmTy2FGMeChGVKPQuV - cardano:
addr1q858t89l2ym6xmrugjs0af9cslfwvnvsh2xxp6x4dcez7pf5tushkp4wl7zxfhm2djp6gq60dk4cmc7seaza5p3slx0sakjutm
Contact
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
ITT we can see the difference between correct and useful.
It's a transparent image with black text. It's CORRECT that you can't see it on a black background. Technical folk will scream all day about this being the only answer. It's a blindness we have.
That said, it's not the intent of the image creator to have their image text unseen. So it's still wrong from a UX and a usefulness perspective.
But how do you even start to fix that? Any transparent image might have any color text that could end up invisible accidentally. Calculating and adjusting seems wrong. Clicking to change the background color seems wrong because how would you know there was any hidden text to begin with? It's a tough one.
GIMP, Photoshop, Paint Shop Pro, etc all seem to have no problem rendering images with a transparency on top of a checkerboard background layer by default
You know you can layer that transparent image on top of another background, or just simply another solid color. You gotta ask, what is the intent of rendering the image in question?
Is it to render an internal UI component, such as a button or emoji? If so, use the UI background color as the transparency background.
Is it to render an external source image, such as the Wiki post? Then either use whatever background color is encoded in the transparency image, or if that data isn't available, default the background of transparency images to white.