I started using GIMP around 2003 as a small child, and I remember being hyped for 3.0 and non-destructive editing even back then. I'm in my thirties now. Slow and steady wins the race. Congrats to the GIMP team, can't imagine the catharsis they will experience when 3.0 officially drops.
> Congrats to the GIMP team, can't imagine the catharsis they will experience when 3.0 officially drops. Thanks for the catharsis word, I have to look it up for the meaning. 20 years or equivalent to 5 times Olympics games, is a very long time to develop and improve a software. It's now comparable to the real-time Linux kernel, another open-source software albeit it's a kernel not a user application [1]. Any other op…
GIMP 3.0 is on the way
101–110 of 204 posts
Re: GIMP 3.0 is on the way
#102Earlier quoted context omitted.
That was before GNOME took over, as it was supposed to be the answer against KDE and original Qt license. And here we are, having written articles about Gtkmm to The C/C++ Users Journal, I no longer care and run systems from Microsoft/Apple/Google instead.
I think Harmony was the Qt replacement but I don’t think it lasted very long.
Re: GIMP 3.0 is on the way
#103After so many years I keep going back to it for quick edits.
Re: GIMP 3.0 is on the way
#104CMYK - the K is Klein, or black. Surely not key? Or has something changed?
Re: GIMP 3.0 is on the way
#105Earlier quoted context omitted.
I think Harmony was the Qt replacement but I don’t think it lasted very long.
That was after Nokia acquisition from Trolltech. https://blogs.kde.org/2009/01/14/cute-harmony-qt-goes-lgpl/
Re: GIMP 3.0 is on the way
#106I'm told it's taken them two decades to release this essential feature. What have they been doing for all this time? I think they need to talk to people who edit photos, and focus their efforts on the many low-hanging fruit which would drastically improve the UX of their app (much like Blender did). Perhaps they are doing this to a degree, I see mentions of UI changes, but I wonder why they only think of it now and i…
https://developer.gimp.org/core/submit-patch/
Re: GIMP 3.0 is on the way
#107Earlier quoted context omitted.
Klein? that means small. Schwartz is black
mini-nitpick for everyone that might be confused: it's "schwarz" (without t), Schwartz is a name of a lot of people.
Re: GIMP 3.0 is on the way
#108Earlier quoted context omitted.
> Websites[...] can sneakily copy the files you are working with You have made one of the most baffling logical errors that commonly crop up when people criticize browser-based apps. Browser-based apps execute in a sandbox. They are more constrained in what they can do in comparison to a traditional program running on your machine. Any nefarious thing a browser-based app can do, a local program can do, too, and not j…
i can remove network access capabilities from a desktop app after it is installed. i can't easily do that with an app running in a browser. likewise monitoring and detecting network access per application is easy. tracking down which browser tab is making which network connection is a lot harder.
Re: GIMP 3.0 is on the way
#109Earlier quoted context omitted.
> Websites[...] can sneakily copy the files you are working with You have made one of the most baffling logical errors that commonly crop up when people criticize browser-based apps. Browser-based apps execute in a sandbox. They are more constrained in what they can do in comparison to a traditional program running on your machine. Any nefarious thing a browser-based app can do, a local program can do, too, and not j…
i can remove network access capabilities from a desktop app after it is installed. i can't easily do that with an app running in a browser. likewise monitoring and detecting network access per application is easy. tracking down which browser tab is making which network connection is a lot harder.
> Any nefarious thing a browser-based app can do, a local program can do, too, [or worse!]
Re: GIMP 3.0 is on the way
#110I find it a bit weird that Gimp does not use the latest GTK (i.e. GTK4, which was considered stable since 2020), even though GTK originates in the Gimp project itself. It actually seems to be quite a bit behind: This is now the first release of Gimp which started to use GTK3, i.e. before, it even still used GTK2 (reached end-of-life in 2020)?
GTK4 removed a bunch of APIs for stupid reasons and GIMPs move to 3 started before 4 even existed. Had 4 at least tried to maintain some degree of compatibility then switching from 3 to 4 near the end would have been feasible. But that's not the case. If you aren't Gnome, GTK is not for you.