|
After expanding an image (as in, adding blank space on the borders), you have to manually expand every layer to fit the image, or you won't be able to draw anything in the new area. Deferring layer resize until you draw on the resized layer might have been an acceptable micro-optimization. Making me resize the layers myself is just stupid. Your editor has a problem when it's faster to copy the whole image into a new, larger image than it is to just use the provided resize command. (angry swears omitted here, because I'm not sure what exactly HN will autokill) Instead of following the image editor standard of having a selection edit tool and an "edit the pixels selected tool," you have separate tools for scaling a region, moving a region, and so on. A fairly intuitive operation in Photoshop or Paint.NET (drag the corners of a bounding box, switch to the other mode, drag the corners to scale or move the box to move, etc) requires switching between several tools in a way that I have never been able to understand. Suffers from what I call "emacs syndrome" -- wasting valuable hotkeys on things that no one ever uses. See E, one of the easiest keys to hit with your left hand, which is bound to... select ellipse. Clearly we select ellipses more than we erase, which is bound to Shift-E... I've used it for a few personal projects out of curiosity, and I still don't understand how you're supposed to do basic things like make a color palette with it. Googling "how to do X with GIMP" always makes me laugh: How do I place two images side by side? "Make a big image, paste the two images into different layers, position them yourself, and crop" is the only answer. Clearly that's what people were looking for. I don't understand how it's possible to create such a stupid program. I've barely used it, but every time I do, I encounter new sources of frustration. I have literally never had a positive moment with this program. It's like the developers have never actually used it to draw something or edit a photo. Open source devs sometimes get flack for copying popular closed source programs. I wish the GIMP devs had just blatantly copied Photoshop every step of the way. They're just wasting their time now. No one cares about technical improvements to an editor that you can't even use. |
That seems like an unfortunately common trend. If you ever try any of the hex editors on Linux (ghex, Bless, etc), it's very evident that they were written by people who have no experience actually using hex editors. It's as if they saw a missing tool on Linux, and decided to make it, despite having no personal experience or desire for said tool. It's just a checkbox to tick off.