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.


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.
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.
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