this post was submitted on 25 Nov 2025
34 points (90.5% liked)
Open Source
42250 readers
542 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I thought about creating something like that and the major problem that I see is that lots of meme templates do have copyright and the font that's typically used for memes, Impact, isn't free either. Well, and it isn't done by merely developing a software and offering it for download. You would need to host the meme templates or some editor webpage, which is a whole 'nother skillset.
If we say that users bring their own meme template, and it can be a free font that looks similar to Impact, and it's not to be hosted as a webpage, then it would be quite doable.
You would "just" need to call the ImageMagick library with the right parameters. Still not trivial, but the path to get there is fairly straightforward. I could imagine that something like that already exists as an open-source project...
The Anton and Oswald Google fonts are Free alternatives to Impact which can be made to look nearly identical (more spacing for Anton, bolder weight for Oswald).
That's one of your issues solved.
The other one could be solved by making users upload memes to their browsers in local storage. They could then export their meme repositories as ZIP files and share them with others.
You'd "just" need to host the editor webpage and have it do everything locally, ideally as PWA.