Why can't i move a selection within a layer? This has to be the most persistent problem in the mac version that hasn't been fixed. With every new GIMP version i curse this bug.
GIMP is Now a Self-Contained Native App for Mac OS X
121–130 of 186 posts
Re: GIMP is Now a Self-Contained Native App for Mac OS X
#122Earlier quoted context omitted.
Both the Gimp and Photoshop are actually pretty lousy for UI/web development. Fireworks is much better but Adobe seems to be neglecting it. I don't really see much hope for a free alternative to displace PS any time soon but an app that was designed from the ground up to make designing interfaces easier might find a niche.
Honestly, the improvements in HTML5/CSS3 (including font-face) make translating graphical mockups into coded web designs much easier. There's a lot less image slicing and a lot more logical markup. I love Fireworks, but I find myself using it less and less often. Usually I can look at a design straight from a designer who went wild in Photoshop and Illustrator, and make it look extremely close using nothing but HTML…
I do think there is an opening here for design tools that can help create declarative UIs in a more visual way though.
Re: GIMP is Now a Self-Contained Native App for Mac OS X
#123Earlier quoted context omitted.
That's odd. I don't think I've ever seen this behavior. I just tried it with Pages and the application remained open.
It seems to be one of non-Mac users biggest complaints but I love it. I can close my Chrome windows and remove the clutter without having to pay the cost of having it start up again. It's a good-bad habit because then I go to Linux and Ctrl+W all my tabs and then hit Ctrl+T and realize my mistake.
Re: GIMP is Now a Self-Contained Native App for Mac OS X
#124Earlier quoted context omitted.
I don't know about the others, because I mainly do photo stuff ( Darktable seems decent though, and it has a been a long time since I've run linux on my desktop computer so I don't know how far it went ), but the GIMP is NOT functional in any way for a professional and a professional who is not willing to spend some dollars to get something that triples his productivity is NOT a professional. The GIMP doesn't even su…
The GIMP has "layer modes." http://docs.gimp.org/en/gimp-concepts-layer-modes.html
Re: GIMP is Now a Self-Contained Native App for Mac OS X
#125Earlier quoted context omitted.
My experience (which is a little stale) of watching "photoshop experts" is that this is a familiarity effect. Photoshop workflows are uniformly bizarre and awful, in my experience. Serious practitioners are like voodoo priests, pulling tools out that have no sane relevance to the problem at hand and making them work. But it works, because you know it really well and have spent (literally, in most cases) years perfect…
And my experience is that people who say the same thing as you do are ignorant who have never used either Photoshop, The GIMP or have no business using either and should stay with something like Picasa. For the record, The GIMP doesn't even have what we call "Non-Destructive editing" which allows to make a change to some of the filters and transformations you did on the image much later even when the image has been t…
Re: GIMP is Now a Self-Contained Native App for Mac OS X
#126Earlier quoted context omitted.
> Also, the app quits when the last window is closed, which isn't how OS X apps are supposed to behave. This is almost consistent with Apple's HIG: "In general, quit when users close the last open window in your app. [...] If users close the last remaining document window in a document-based app and switch to another app , it’s appropriate to quit the app" (emphasis added). [1] [1]: https://developer.apple.com/librar…
That's odd. I don't think I've ever seen this behavior. I just tried it with Pages and the application remained open.
Re: GIMP is Now a Self-Contained Native App for Mac OS X
#127Earlier quoted context omitted.
And my experience is that people who say the same thing as you do are ignorant who have never used either Photoshop, The GIMP or have no business using either and should stay with something like Picasa. For the record, The GIMP doesn't even have what we call "Non-Destructive editing" which allows to make a change to some of the filters and transformations you did on the image much later even when the image has been t…
"Professionals can afford professional tools" is not much of a counterargument against "it's free". Not everyone is a professional, and in this case it's not supposed to unseat the professional product.
Also, I've used Gimp a bunch and I've read the Gimp book from Apress and as far as I can tell there really is no such thing in Gimp as the non-destructive editing Nicole060 describes (assuming I understood the description correctly--that you can say first apply levels, then sharpen the image with unsharp mask, then go back and adjust the levels some more without the need to re-apply the unsharp mask--I don't think you can do this in Gimp.) So it's really a shame that the comment you replied to, which is truthful and presents a valid point of view, got downvoted into gray. And I'm saying this as a fan of Gimp who never used Photoshop.
Re: GIMP is Now a Self-Contained Native App for Mac OS X
#128Earlier quoted context omitted.
I don't think this is necessarily broken behavior. Photoshop has a splash screen too, and from what I understand, it's there because of the long loading time.
A splash screen that can't be minimized, hidden, or covered up with a useful window is definitely broken behavior. I think it can only be implemented by abusing APIs meant for screensavers and full-screen games.
Re: GIMP is Now a Self-Contained Native App for Mac OS X
#129Re: GIMP is Now a Self-Contained Native App for Mac OS X
#130Earlier quoted context omitted.
A splash screen that can't be minimized, hidden, or covered up with a useful window is definitely broken behavior. I think it can only be implemented by abusing APIs meant for screensavers and full-screen games.
Are you kidding? All you need is always-on-top behavior, which is usually offered in some form by most window managers.