💾 Archived View for bbs.geminispace.org › s › Bubble-Issues › 68 captured on 2024-07-09 at 04:28:15. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2024-05-10)

-=-=-=-=-=-=-

[#68] Request: Add imageboard to Bubble

Please add an imageboard where you can upload an image and it will be automatically dithered. As for the dithering technique, I managed to save the exact command iich.space used, it was

convert $INPUT -resize '512x512>' -ordered-dither o2x2,3 $OUTPUT

I also wrote a little more about this here

gemini://tilde.team/~smokey/logs/2022-09-23-picture-hosting.gmi

I hope that these references will be of some use to you if you decide to add the imageboard. As always, thank you!!!

#feature

🐞 Issue #68 in s/Bubble-Issues

😎 Smokey

2023-05-24 · 1 year ago · 👍 AnoikisNomads

2 Comments ↓

🕹️ skyjake [mod...] · 2023-05-24 at 17:28:

Thanks! That command is certainly useful to have. So, do you envision this being somehow different from regular Bubble image posts, apart from the dithering?

In any case, I'm going to enforce quite a strict file size limitation to keep things sensible and Gemini-esque.

🕹️ skyjake [mod...] · 2023-05-24 at 19:17:

Also for reference:

— short article about my dither script (by @AnoikisNomads)