The GIMP UI Redesign
sekra writes "The GIMP UI Redesign Team has created a blog to collect ideas for a new design of the most popular image manipulation program. Everyone is free to submit suggestions to be published in the blog. Will a new GUI finally get more users to choose The GIMP as their program of choice?"
I thought the most popular image manipulation program was Photoshop??
My Sysadmin Blog
They had better have a feature where the GUI looks exactly the same way it does now.
I don't want to learn a new gui.
To those who are moving in from Photoshop, and would like a similar looka and feel, provide a skin for them. For the true GIMP pros, assuming they exist - retain the existing stuff. And so on. Compared to the size and complexity of code handling images, the UI bit should be miniscule... atleast I suppose so.
If you keep throwing chairs, one day you'll break windows....
Nothing beats having a program use the same widgets you have on your operating system.
a name redesign.
Every time I see The Gimp, I think about Pulp Fiction. How about a cooler name? I know it sounds like form over substance, but you'd be surprised how something so simple could slow adoption.
That's our life, the big wheel of shit. - The Fat Man, Blue Tango Salvage
How about making delete be Delete instead of ctrl+K
The only thing that will get more users for GIMP is strict enforcement of software licensing (specifically, that of Adobe Photoshop). Which ain't happening.
17779 eligible voters in a district, 17779 'vote' as one. This is Russia.
This days krita is a very good (if not better, as it supports colorspaces) OSS alternative to the GIMP, without the user interface problems the GIMP has.
When his defense asked, "Which computer has Jon Johansen trespassed upon?" the answer was: "His own."
I love the way the GIMP has two completely different File menus with different contents. That cracks me up every time.
GCHQ Quantum Insert installed. If only our tongues were made of glass, how much more careful we would be when we speak
You know, for years I've been listening to people complain that the Free Software and Open Source communities don't ever invent anything on their own. That they simply re-implement other peoples' ideas. I think it's kind of ironic that the number one suggestion for the future of the GIMP is that it be changed such that it simply re-implements other peoples' ideas.
gtk is no walk in the park to compile, time-wise, but I guarantee you qt is a flipping nightmare to compile, such that I go out of my way to disable the qt* useflags. (Oh, yeah, and this is not a slow system, being a 2.4 GHz single core K8.)
This says qt is full of bloat relative to gtk. Why does gimp need so much cruft just to expose a window and some buttons? What gimp really needs isn't so much a UI redesign so much as native 16-bit component support (or dare we even ask for HDR?) now that everyone and his brother has RAW support on his camera.
Maybe its just full of useful classes? Assuming those classes are broken up into enough separate static and shared libraries, that does not translate into bloat for the qt programs.
Also GTK is only a graphics library. As opposed to QT, which has APIs for networking, database connections, etc. You can write conole programs in QT. Its about as easy as java or .NET, except you have to dofree whatever you new. So yes it will take longer to compile QT than GTK, but the real measure of bloat is would be if you wrote a simple text editor in QT and one in GTK, and made them both static executables, which executable would be bigger. Then you have to say which one was quicker to develop.
--- Justin Dearing http://www.justaprogrammer.net/ We're just programmers.
I manage a small but successful wedding photography company. We use almost exclusively open source software including DigiKam, ShowFoto and of course, the Gimp.
I wanted people to switch to Krita for the deeper color support and integration with DigiKam and ShowFoto, but the thing is unusable! There (currently) aren't nearly as many editing tools while and the UI may look more like Photoshop, it's sure doesn't behave like it.
After about 2 weeks of trying to use it, I had to go back to Gimp and put Krita off for futher evaluation in a year or two.
Some things Gimp has going for it:
1) It works pretty well (not great, not all the features that Photoshop has, but good enough for many uses)
2) The new 2.4 version is a huge improvement in usability (All color items in their own menu? Yes!, All special effects scripts in one place? , Yes!)
3) The extensive set of plugins http://registry.gimp.org/ which allow for added (and usually tested) functionality
4) Enough people use it that most major bugs are squashed before a release is made
You know, for years I've been listening to people complain that the Free Software and Open Source communities don't ever invent anything on their own. That they simply re-implement other peoples' ideas. I think it's kind of ironic that the number one suggestion for the future of the GIMP is that it be changed such that it simply re-implements other peoples' ideas.
I think you're hearing from two different sorts of people. The people who vaguely insist that free software to do something new and inventive, without having any idea of what that "inventive" thing might be, are probably developers who don't use the software. There seems to be a lot of OSS developers who think that the most important thing for software to do is something "cool" and "inventive", which is usually geeky.
The people who use the software, on the other hand, usually just want the software to work in easy, predictable, and efficient ways. They want the software to have all the features they need, and have it be simple to use those features in their own workflows without needing some kind of specialized knowledge for that software.
When "Free" and "Open" software succeeds in that, you'll usually find that people start using it.