this post was submitted on 20 Jan 2026
36 points (97.4% liked)

Open Source

45284 readers
111 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 6 years ago
MODERATORS
 

Yes, I know snapseed is a mobile app, but that's the kind of simplicity I'm looking for. Pre-made filters, an auto-fix button, adjustment sliders, etc.

I have image toolbox on mobile and even that's a bit over the top with option (and I still haven't found sliders for brightness, contrast, saturation, shadows etc in that maze).

Linux or Windows programs are fine, I run both.

you are viewing a single comment's thread
view the rest of the comments
[–] thevoidzero@lemmy.world 4 points 1 month ago (1 children)

Now I'm thinking why don't we make an image editor that we can customize the simple UI. Like users choose which sliders and tools to put on the ui, it'll be simple UI with like just 5-10 buttons/sliders/tools, but you van customize it to have basically anything. That way you can simply drag drop tools make new UI and then use it for specific use cases.

Maybe already existing tools have that options. Or maybe we need to make a new one, in that case, it'd be nice if we could just add all different tools in dlls or sth, so that you can only download/keep the tools you use.

[–] jpicture@lemmy.zip 3 points 1 month ago* (last edited 1 month ago) (1 children)

That's actually a really nice idea.

You can accomplish this with GIMP by removing all the UI panels (which it calls Dockable Dialogues) and tools from the toolbox, and then adding some of them back in. By default it starts off more complicated though, which I think is why a lot of people find it overwhelming to learn.

You've inspired me to do an experiment making a really simple and stripped back GIMP configuration. I can send you the config file if you want and you can let me now what you think.

[–] thevoidzero@lemmy.world 1 points 1 month ago

Sure, if we can share config like that it could work for many people. I still want to see something that dynamically downloads the shared libraries/dlls for tools you add, but that requires complete rewrite. Maybe we can do it with imagemagick scripts