GIMP Developers Outline Plan For 2019 (gimp.org)
The GIMP developers on Wednesday published a blog post in which they look back at the year 2018 (release of GIMP 2.10) and outline the things that they intend to get around this year. From the post: We expect to be shipping 2.10.x updates throughout 2019, starting with the version 2.10.10 currently expected in January/February. This version will feature faster layer groups rendering, smart colorization with the Bucket Fill tool, and various usability improvements. We are also planning the first unstable release of GIMP that will have version 2.99.2, eventually leading up to version 3.0. The prerequisite for releasing that version will be the completion of the space invasion. ZeMarmot project (which can be supported on Patreon or Tipeee) is also planning to focus a bit more on better canvas interactions, as well as animation support improvements, starting from merging existing work. On the GEGL and babl front, we expect to continue working towards better CMYK support and performance.
1) Make it suck less.
There. That should be sufficient to have them stay busy for years.
The fact that GIMP developers can actually formulate a plan is the real news here.
If you see someone running GIMP, take their computer away from them, format it, and then install God's one true operating system, Windows 10, and Adobe Photoshop. Use their credit card to buy it as punishment for daring to use something else.
Hey Gimp developers, how about changing the title to something that isnâ(TM)t slang for disabled people??
...but refuse to fix basic usability issues like missing lines/rectangles/rounds from GUI mode.
We have seen in the last few years many advances of Computer Vision and Machine Learning tools to do segmentation, anime drawing colorization, night picture to day picture conversion, changing meteo conditions, and so on.
Do the GIMP developpers intend to include tools of that sort in the project?
"version 3.0. The prerequisite for releasing that version will be the completion of the space invasion."
Wha?
If it doesn't include hookers and blackjack, I'm not interested.
Beware of the Leopard.
For Gimp to get good. Now you know why Adobe can get away with their abusive practices.
Same as every other year: continue to suck.
The prerequisite for releasing that version will be the completion of the space invasion.
So, never? What? Who's invading? WHAT?
It's still miles better than any other free image editor.
Well, being zero-cost is no excuse for having a crappy UI. The problem is that designing an intuitive, well set out UI is much more difficult than all the bells'n'whistles functions the developers add to the menus.
If only they would apply their talent to that instead of gratuitously adding more obscure features, they would have a product to be proud of. But UI design is probably beyond their capabilities.
politicians are like babies' nappies: they should both be changed regularly and for the same reasons
Ditch that clunky GTK API! I mean, that idiots that made that should be exiled and forced to work on developing a graphics application with it. I bet it would wind up as much as an abomination at GTK! ;)
(psst... hey captain whoosh, GTK was made by GIMP devs for GIMP)
Anons need not reply. Questions end with a question mark.
What the heck is it doing with all those CPU cycles?
It's not free, but it's the perfect in-between image editing software between the "GIMP which is free but has a really weird non-standard way of doing everything" and "Adobe Photoshop which is really expensive or requires monthly fees ".
#DeleteFacebook
then we'll be set
by TheSpoom (715771) Uncaring Linux user here. I have nothing to add to this but please continue. *munches popcorn*
In the past, other Slashdot users have suggested replacement names:
- GNU Image Editor (GIE)
- GNU Raster Editing And Touchup (GREAT)
- GNU Image Manipulator (GIM) with soft G to sound like "gym"
- GNU Image Retouching and Editing (GIRE)
- GNU Image Retouching Lab (GIRL)
- GNU Adaptable Image Tool (GAIT)
- GNU Users' Foto FudgER (GUFFER)
So they're saying they'll have CMYK usable by the time print is officially dead?
It's inevitable.
The question is when.
Unlike all the other posts here, I find GIMP is a reasonably good piece of photo editing software. If you think that it suffers in some way, how about buying the developers a cup of coffee perhaps, or send a patch over for merger?
Complaining about the naming of the software does not cut the mustard. The fact the developers don't spend time pandering to SJW is a good thing, get your mind of out of the gutter.
Why UNIX?
I would like to see some simple creature-comfort improvements to improve usability. My first suggestion would be to either not load all the Script-Fu scripts, or to load them in the background, so that I can get to a usable screen faster. Startup is so slow, and much of the time it is because the UI is blocked loading all the scripts (most of which go unused during a session).
Hey, Windows users, there is no such thing as "forward" slash, there is only slash and backslash.
How about the possibility to draw a fucking circle in under 8 hours? And to make the app not look like a pile of garbage that is still competing with ms paint - 20 years ago?
The only people I see whining are are leftist virtue signalling SJW bitches.
You need to take look in a mirror, snowflake. You wusses are the ones getting your panties in a bunch over getting called out for being shitbags. And believe it or not I find your idiocy absolutely hilarious; but not hilarious to give the likes of Louis CK any attention.
Were was he Gimped or PhotoShopped?
At its core gimp is great, but the user interface is quite dated, and frankly awful
I downloaded it FROM GIMP on the GIMP website. How is that Win10's fault?
If you tip your head back a tad bit further, the GIMPcock will slide down until it hits the bawls, apologist. I use GIMP almost every day and have done so for at least 15 years. I know it's a Pinto and not a Ferrari.
Both of the rectangle and ellipse select tools in GIMP have an option to expand from center, and those selections can also be manipulated after slapping on the page by dragging the edges or corners of the bounding box, by changing the selection mode (intersect, remove, etc. with shift/control hotkeys) and making another selection, and with the many entries in the "select" entry of the menu bar.
I've been working with Inkscape heavily for the first time over the past week+, and I'd hardly describe the circle tool as intuitive... at one point the "switch to arc/segment" buttons were greyed out for reasons beyond my comprehension, and lacking the will to force myself to fit the mold required by the software I resorted to freehand.
I will say though that Inkscape's extension system is lovely; I'm learning Python at the same time because of it, and being able to change code without even restarting the program is a beautiful thing. Just last night I version-upped a modification to the in-built plot extension that optimizes the SVG order to reduce pen up travel; with multiprocessing it can cut >10 miles of travel in a few minutes... unfortunately basically everything else in the chain chokes on that much data.