Stories
Slash Boxes
Comments

News for nerds, stuff that matters

GIMP 2.4 Released

Posted by ScuttleMonkey on Wed Oct 24, 2007 06:09 PM
from the bring-out-the-gimp dept.
Enselic writes "After almost three years since the release of GIMP 2.2, the GIMP developers have just announced the release of GIMP 2.4. The release notes speak of scalable bitmap brushes, redesigned rectangle/ellipse selection tools, redesigned crop tool, a new foreground selection tool, a new align tool, reorganized menu layouts, improved zoomed in/zoomed out image display quality, improved printing and color management support and a new perspective clone tool."

Related Stories

This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.

GIMP 2.4 Released 50 Comments More | Login /

 Full
 Abbreviated
 Hidden
More | Login
Keybindings Beta
Q W E
A S D
Loading ... Please wait.
  • What about... (Score:5, Interesting)

    by calebt3 (1098475) on Wednesday October 24, @06:13PM (#21106675) Homepage
    CMYK colors and other functionality that keeps it from being able to replace Photoshop completely? Not to understate all the effort that has been put into it, but something like that does seem pretty basic for three years of development.
    • patents (Score:5, Interesting)

      by Anonymous Coward on Wednesday October 24, @06:36PM (#21106973)
      A lot of the key algorithms, particularly for color space conversion, are patented. Guess who holds a bunch of those patents?
      [ Parent ]
      • Re:patents (Score:5, Insightful)

        by Anpheus (908711) on Wednesday October 24, @06:44PM (#21107083)
        And they can't release a non-US version that people in the US will "accidentally" download?
        [ Parent ]
              • Re:patents (Score:5, Insightful)

                by theshowmecanuck (703852) on Thursday October 25, @12:22AM (#21109773) Journal
                That is a little egocentric. To make my point let's just take "industrialized" countries/regions other than the U.S. You would have to agree that they would have a lot of graphic artists in that these are predominantly capitalistic based economies where advertising is important. Using population as a roughly equivalent measure of market base (numbers are rough but pretty close):

                European Union: 500,000,000
                Japan: 127,000,000
                Russia: 143,000,000
                Ukraine: 46,000,000
                And throw in Canada: 33,000,000
                and Australia: 21,000,000

                Those total about 800,000,000 people.

                America: 300,000,000

                Of the ones who do care, the majority are not in America. Of any one country sure, but that doesn't really matter. Companies and people buy software. And anyway, even if there aren't as many advertising agencies in those other places (and I would think there would be comparable numbers) the overwhelming population advantage of the other industrial countries still says you are very likely wrong.

                And then there are the up and comers like India. Even if only a fraction of their population can be considered at an 'industrial level' (recognizing that there are still areas of poverty and ignorance), given the population size, that still represents a lot of people who care. And as their country gets more advanced that will only increase. So for arguments sake let's add another say 250,000,000 million people to draw from. I'd include China, but they would probably just pirate whatever someone else made anyway. :D

                And like I said, the rest of the world is rising economically while the U.S.A. seems to be shrinking. Probably due to stupidity like software patents and over emphasis on stock holders profits instead of long term growth of companies (short term gain instead of long term steady performance... a tortoise and the hare algorithm :) ).
                [ Parent ]
      • Re:patents (Score:5, Informative)

        by NMerriam (15122) <NMerriam@artboy.org> on Wednesday October 24, @08:52PM (#21108333) Homepage

        A lot of the key algorithms, particularly for color space conversion, are patented. Guess who holds a bunch of those patents?


        Oh please. That is not and never has been the problem. The problem is that the program was initially created with the assumption that all images would be 8-bit RGB, and then a huge amount of code was built on top of that silly assumption.

        Yes, you can run into IP issues with things like Pantone, DIC, Toyo, or a particular set of CMYK transforms, etc, but that has nothing to do with the limitations of the GIMP. There are plenty of other image editors that have no problem doing color space conversions or dealing with >8-bit images because they were written by programmers who actually listen to graphics professionals.
        [ Parent ]
        • Re:patents (Score:4, Funny)

          by 808140 (808140) on Wednesday October 24, @07:48PM (#21107761)
          What part of "patent" do you not understand?
          [ Parent ]
          • Re:patents (Score:5, Informative)

            by ozmanjusri (601766) <aussie_bob@@@hotmail...com> on Wednesday October 24, @10:15PM (#21108975) Journal
            What part of "patent" do you not understand?

            No, that's not the problem.

            CMYK and spot colors by themselves are not patent encumberd. They are actually part of the open published standards for Postscript and PDF. Anyone saying anything different is clueless or spreading FUD and/or openly demonstrating their ignorance of the fact.
            http://rants.scribus.net/2006/06/03/why-no-cmyk-in-gimp-is-a-good-thing-now/ [scribus.net]

            The Gimp developers do intend to bring CMYK to the app, but the underlying graphics engine is based around 8bpp RGB. Rather than hack the old engine to work with CMYK and higher bit depths, they decided to build the future Gimp on a generic graphical library called GEGL [gegl.org]. That meant waiting until GEGL had a stable API and worked well enough to be better than the existing 8bpp engine in production use.

            GEGL will most likely be in 2.6, along with the new MMIWorks-designed UI UI [gimp.org]

            [ Parent ]
              • Re:patents (Score:5, Insightful)

                by Raphael (18701) <quinet@noSPAM.gamers.org> on Thursday October 25, @03:26AM (#21110577) Homepage Journal

                The real question is, what the heck is taking GEGL so long?!

                The answer is unfortunately very simple: not enough contributions. The number of active GIMP and GEGL developers is probably much smaller than you think.

                Most developers work on GEGL during their spare time and this is not always easy. When you only have a handful of active developers and they can only spend a few hours per week on improving the code or discussing enhancements, it is difficult to do everything quickly. Also, there was a gap of several years during which almost nobody worked on GEGL.

                I think that if only a few percent of the people who complain about GIMP or GEGL would try to start contributing to the projects, then GIMP would have had perfect support for 16 bits per color channel since several years. Note that there are many ways to contribute [gimp.org] and there is room for everybody. Besides programmers who help with the code, the contributions to the documentation, translations, bug reports, web site and tutorials are always appreciated.

                [ Parent ]
        • Re:patents (Score:5, Informative)

          by drgonzo59 (747139) on Wednesday October 24, @08:01PM (#21107877)
          It's not just converting from one coordinate system to another that is tricky, it's what do you do with the mismatched and non-existing colors in the other color space.
          [ Parent ]
        • Re:SIOX ! (Score:4, Insightful)

          by JackieBrown (987087) <dbroome@gmail.com> on Wednesday October 24, @07:22PM (#21107473)
          For only $649

          http://www.adobe.com/products/photoshop/index.html [adobe.com]

          I know if I was just starting which one I would try first. (And I mean try very very hard)

          I hate to bring in price as a selling point but that's almost two weeks (after tax) wage for me.
          [ Parent ]
        • Software freedom is better. (Score:5, Insightful)

          by jbn-o (555068) <mail@digitalcitizen.info> on Wednesday October 24, @07:43PM (#21107689) Homepage
          Respecting your software freedom to share and modify the program has never been an option with Photoshop, no matter how much you pay. Freedom has always been a part of the GIMP.

          Why stress software freedom? I want the social solidarity that you only get in freedom; I want to be independent from masters and make sure my computer only obeys me. I'd rather have less functional or powerful free software than a more powerful or reliable proprietary program because I can hire people to improve the free program or I can ask the community to help me improve the free program. I can't free Photoshop. The catch here is that most people haven't been taught to value their software freedom, so they don't know to look for it and they haven't been taught to think of the consequences when their freedom is absent. I aim to change this by teaching people to value freedom for its own sake. I hope you will too.
          [ Parent ]
          • But what if you value a piece of software that actually works? The GIMP simply doesn't do what many, many professional artists need. If it did, it'd do really well and eat Photoshop's lunch. Most professional artists know of the GIMP--and they know it simply isn't up to snuff.

            It also is intentionally perverted when compared to the industry standard, Photoshop. If it worked similarly, the market share would probably be higher even with the whole "free" price tag.

            Hell, I strive to use open-source software whenever I can, and quite frankly the GIMP is useless for me. Why not make the software work better, then proselytize when you have something worth bragging about? Take Linux for example--I have used Linux since about 1998, but it was only when I first tried Ubuntu 5.10 that I felt comfortable recommending it to others as a primary operating system, because at that point it had reached a stage where it was useful.

            (And a side note: Most people I know would still shoot themselves in the foot before using something called "The Gimp" in a professional environment.)
            [ Parent ]
            • Re:Software freedom is better. (Score:5, Insightful)

              by CastrTroy (595695) on Wednesday October 24, @09:15PM (#21108507) Homepage
              If you're a professional, than the $600 price tag probably won't phase you . That's probably what you'd bill your clients for a days work. $600 is nothing. However, for the hobbyist and basic home user, GIMP probably does just about everything then need it to do, and is increasing in functionality all the time. It also comes with a price tag of $0. So while I think it's important for GIMP to strive to be as good as Photoshop, being not quite as good, but very good and free still makes it a very good tool.
              [ Parent ]
            • Hopeless battle? (Score:5, Insightful)

              by jotaeleemeese (303437) on Thursday October 25, @03:08AM (#21110517) Homepage Journal
              The tool in question is improving with each iteration. Eventually it will get to a level when it is usable by professional people, as it is it is good enough for many people.

              We had *nothing* 10 years ago.

              Some people simply don't understand the dynamics of open software and how the cumulative improvements are not lost and will eventually get you where you need to be.
              [ Parent ]
          • Re:What about... (Score:4, Informative)

            by wishmechaos (841912) on Wednesday October 24, @08:25PM (#21108101) Homepage
            LCDs do not 'add colour': it's a substractive process. You start with white light, which contains every colour possible, and you filter it to only let through the colours you want to display (IE, if you put a red filter in front of a while light, you only let red pass, while blocking green and blue)
            [ Parent ]
          • Re:What about... (Score:5, Informative)

            by fbjon (692006) on Wednesday October 24, @09:44PM (#21108739) Homepage Journal
            That's the precision of you're talking about, not range. The range in a colour space comes from which specific colours you are mixing. Losing colour when converting from one space to another is a consequence of the spaces not overlapping perfectly, i.e. some colours exist in one space but are completely outside another space (as in: no amount of mixing, bit depth and trickery will ever display that color).


            Since printing presses print with CMYK and not RGB, and CMYK is not equivalent to RGB, it makes perfect sense to use the same colour space, and hence it doesn't make sense to adopt a tool that can't do that.

            [ Parent ]
              • Re:What about... (Score:5, Funny)

                by BlueParrot (965239) on Thursday October 25, @04:42AM (#21110889)
                I'd like to suggest a colour space which treats every pixel as a small black-body, storing every colour as a long double precision floating point temperature value. It has probably already been done, and it is probably completely useless, but at least then I can troll the CMYK people by complaining that their colour-space doesn't properly support cosmic background radiation.
                [ Parent ]
  • Most important thing (Score:4, Insightful)

    by moderatorrater (1095745) on Wednesday October 24, @06:14PM (#21106683)
    I hope they moved the gui closer to that of Paintshop. I can't tell you how many times I've been unable to edit an image for one reason or another, or the expected behavior is what happens. I know a lot of people love GIMP and its scripting abilities, but seriously, when they're trying to enter the market dominated by a few programs with that same gui and behavior, they should replicate it.
    • Re:Most important thing (Score:5, Informative)

      by jklappenbach (824031) on Wednesday October 24, @06:21PM (#21106783) Journal
      I don't know about Paintshop, but there's a Photoshop-esque makeover for GIMP called Gimpshop. It has a couple of rough edges, but it's a testament to the modularity of design that a self-declared novice developer could take the existing GIMP framework and remake it in PS's image.

      The download link can be found here.

      http://www.gimpshop.com/download.shtml [gimpshop.com]
      [ Parent ]
        • Re:Most important thing (Score:5, Interesting)

          by Raphael (18701) <quinet@noSPAM.gamers.org> on Wednesday October 24, @07:00PM (#21107249) Homepage Journal

          GIMP needs a GUI makeover to be more like Krita.

          You might be surprised to learn that some GIMP developers and Krita developers have been talking with each other for a while.

          While the interface used by Krita is interesting, it is not suitable for everybody. In particular, several artists and graphics professionals using GIMP want to be able to use their dual-screen setups in the most efficient way, by distributing the image windows and the docks (with the tool options and other tabs) freely over both screens. This is difficult to do when everything is embedded inside a single large window.

          The current GIMP user interface is far from ideal and all developers know that. But it is not so easy to redesign it without breaking some of the features that some users came to rely on. Some major improvements to the user interface are planned for future versions, though.

          [ Parent ]
    • Re:Most important thing (Score:4, Insightful)

      by domatic (1128127) on Wednesday October 24, @06:26PM (#21106837)

      but seriously, when they're trying to enter the market dominated by a few programs with that same gui and behavior, they should replicate it.

      But then there is this other group of people who will complain that GIMP is just being a PhotoShop wannabe and not innovating. If one wants something that acts Just Like PhotoShop then the thing to do is suck it up and buy PhotoShop.
      [ Parent ]
      • Re:Most important thing (Score:5, Insightful)

        by Blakey Rat (99501) on Wednesday October 24, @06:28PM (#21106877)
        But then there is this other group of people who will complain that GIMP is just being a PhotoShop wannabe and not innovating.

        Yeah, but it's already not innovating. It's just not innovating with a crappy UI, as opposed to not innovating with a good UI.

        BTW, a good UI doesn't (necessarily) mean Photoshop. Paint.NET for Windows has a pretty damned good UI, and it's not much like Photoshop at all.
        [ Parent ]
        • Re:Most important thing (Score:4, Insightful)

          by GiMP (10923) on Wednesday October 24, @06:37PM (#21106983) Homepage
          What exactly is wrong with the UI in the Gimp? I have always preferred the UI of the Gimp to Photoshop. I think the biggest complaint of users of Paintshop and Photoshop is that the Gimp does not use MDI. Yet, for many, this is an advantage as it works better with multiple monitors and allows for greater multitasking. (Linux and MacOS users tend not to maximize apps). Plus, if you really want MDI, just use a virtual desktop. Even Vista has them, and they offload the "window grouping" from the application to the OS, like it should be done.
          [ Parent ]
          • Re:Most important thing (Score:5, Funny)

            by Blakey Rat (99501) on Wednesday October 24, @06:58PM (#21107239)
            Dude, your username is "GiMP". Would you seriously ever admit any shortcoming to a product so beloved you named your user account after it? Seriously.
            [ Parent ]
          • Re:Most important thing (Score:5, Interesting)

            by Mr Z (6791) on Wednesday October 24, @07:21PM (#21107465) Homepage Journal

            I can tell you some things that drive me nuts in GIMP 2.2. (I haven't tried 2.4 yet.)

            • Pet Peeve #1: Image selection in the layers dialog

              The Layers dialog has two modes for deciding which image's layers it'll tell you about: Either you have to explicitly select it from a drop-down, or have it auto-switch to the last image which had focus. Either way, more often than not, it seems to have the wrong image selected for me. Why?

              If I'm hopping back and forth between images, say, cutting things from one and pasting them in the other, the drop-down selection will be wrong almost 100% of the time, simply because I'm hopping back and forth between images. So even though I've raised the imagine I'm interested in, and perhaps pasted something into it (which I now need to go anchor to a layer), the layers dialog points at the image I cut from, not the image I'm pasting into. So what about automatic mode?

              That one sucks too. I have my window manager set to "focus follows mouse." I have only so much screen real estate. In all likelihood, the image I cut from or yet some other image lies on the path between the image I pasted in, and the layers dialog. In some cases, it can be next to impossible to move from the image I'm working with and the layers dialog without brushing past another image--thereby causing the layers dialog to select the wrong image. Again, it loses.

              What I really want is the layers dialog to pick up the image I most recently interacted with. Gaining focus does not count as interaction. I should have to click something (even dead-air) or press a key to send an event into a given image's window before the layers dialog switches over to that image.

            • Pet peeve #2: Layer naming in the layers dialog

              If you want to rename a layer in Gimp, you can double click its name in the layers dialog and start typing. So far, so good. BUT, if you don't hit [Enter], but instead just move along and click elsewhere, it'll revert your edit. This makes editing a large number of names really tedious and error prone.

              (I've got a few other pet peeves with the layers dialog, such as lacking a way to select a layer AND make it the only visible layer in one go, or locking subgroups of layers together for motion rather than only having a global "lock together", or selecting groups of layers to act on simultaneously with a filter, or raising/lowering layers as a group, but I'll stop there.)

            • Pet peeve #3: Editing at image boundaries.

              If your image is smaller than the image window, you can over-stroke an image, which is great. You can even do point-to-point strokes with both endpoints outside the image. This is fairly handy. You can't do this, though, if the image is greater than or equal to the visible area. There's no overstroke zone around the image. You either have to zoom out, or make an oversized canvas to center your image in.

              Ok, suppose I go the oversized canvas route... oversized by how much? It really depends on how zoomed in or out you are. In reality, the amount of overstroke zone you need remains fairly fixed regardless of zoom level, so this isn't really an ideal solution.

            • Pet Peeve #4: Getting the wrong layer when trying to move things

              If a given layer has a lot of "thin" structures in a sea of transparency, the move tool often grabs the layer behind rather than the layer intended, even if the intended layer is the currently active layer. GIMP should "fuzz" the opaque areas out a little bit to make them more grabbable, because chances are that's what the user wishes to move. I don't remember a time when I accidentally grabbed a layer that was too high on the Z-ordering. I curse endlessly when I grab the layer below the one I wanted though, and that happens regularly.

            • Pet Peeve #5: Not actually selecting the tool I just clicked.

              If I click on a tool and move away too quickly, the tool gets a highlight box around it, but doesn't actually get se

            [ Parent ]
            • Re:Most important thing (Score:5, Interesting)

              by fyngyrz (762201) * on Wednesday October 24, @07:48PM (#21107763) Homepage Journal

              Interesting. Have you tried WinImages (if you're working under Windows)? It addresses all those issues, and many more. The UI is not like Photoshop's or the Gimp's, and is demonstrably more efficient in terms of what gets done per UI interaction count.

              Sounds like you're a real layers fan; WinImages has more layering power than anything else out there, hands down. 70+ blend modes, non-destructive geometric edits including scaling and rotation and a lot more.

              I know this because I wrote a lot of it. ;-)

              [ Parent ]
          • Re:Most important thing (Score:4, Insightful)

            by ArAgost (853804) on Wednesday October 24, @06:44PM (#21107091) Homepage
            Photoshop does this pretty well on my Mac :)
            [ Parent ]
          • Re:Most important thing (Score:5, Informative)

            by MobileTatsu-NJG (946591) on Wednesday October 24, @07:15PM (#21107403)
            "For instance, I can keep the image full-screen on one monitor while using the editing tools on a second monitor. I'd like to see a single-window app like Photoshop do that!"

            Despite popular belief, Photoshop's panels aren't stuck inside of the parent window. You can do exactly as you described in Photoshop, and it's been that way for at least two years.

            [ Parent ]
          • Re:Most important thing (Score:5, Interesting)

            by moosesocks (264553) on Wednesday October 24, @07:28PM (#21107537) Homepage
            The single-window paradigm is a limitation of Windows, and not necessarily Photoshop. The mac version handles multiple monitors gracefully, and always has. The tool palettes also disappear when the app's not in focus -- there's no reason why they need to be separate windows, or even visible when the app's not being used.

            Photoshop is also one of the few apps where the "Menus at the top" scheme makes sense virtually all the time. There are cases in which I don't like it, but for applications like Photoshop or the GIMP, which commonly manage several windows at once, there is absolutely no doubt that Apple's windowing paradigm is the best of the bunch. It certainly accounts for a good portion of Apple's dominance in the creative design industry dating back to the 90s.

            I believe that recent versions of PS gained the ability to pop the canvas and pallets out of the main "root" window on Windows. You've still got the root window hanging out somewhere with the menubar in it, but you don't actually need to have anything in it. It's not optimal, but it's a limitation of the OS more than anything else.

            (Disclaimer: I'm not suggesting Apple's got the best scheme overall. There are certainly situations where Windows or X are clearly more efficient, and there are a lot of aspects of the OS X GUI that "bug" me. My "ideal" GUI would probably be some combination of Windows 2000, Mac OSX, and Xfce)
            [ Parent ]
    • Re:Most important thing (Score:5, Informative)

      by Hennell (1005107) on Wednesday October 24, @06:41PM (#21107035) Homepage
      If you have actual ideas for the GIMP UI go mention them at http://gimp-brainstorm.blogspot.com/ [blogspot.com] rather then just complaining here. They are aware the UI is generally disliked, they just need the best ideas of how to change it.
      ---
      Did the Ancient Egyptians play stone, papyrus, scimitar?
      ---
      [ Parent ]
        • Re:Most important thing (Score:5, Insightful)

          by macshit (157376) <miles@gnu.ERDOSorg minus math_god> on Wednesday October 24, @10:39PM (#21109157) Homepage
          they're not interested in becoming more like Photoshop, they require a reason for changing the UI. Apparently they don't realize, completely ignore or have too much of a chip on their shoulder to admit that sometimes "because everyone on the fucking earth already knows how to do it this way" isn't a valid reason.

          You seem to be under the mistaken impression that the earth is populated entirely by whiny photoshop fanboys.

          This isn't the case.
          [ Parent ]
    • Re:Most important thing (Score:5, Interesting)

      by blhack (921171) * on Wednesday October 24, @06:44PM (#21107087)
      IMHO:

      Photoshop is going to soon suffer the same problem that i see for IBM. Open source is really starting to gain momentum. My fellow art nerds and I are all poor. We can't afford to go out and buy expensive software like photoshop; so what do we do? We go out and buy a wacom, get ourselves a copy of the GIMP and go to work. When we start getting ourselves into decision making positions, what are we going to choose? A very expensive and (imho) difficult to use piece of software like photoshop? Or a very familiar, and 100% free piece of software like the gimp?

      Similarly, IBM has really shot themselves in the foot with the OS/400 platform. Here you have a a really really rock solid piece of software, arguably one of the most stable operating system/platforms in existence today, but you have a problem. If I wanted to go out and learn OS/400, I mean REALLY learn it (the way that i can with Linux/BSD) I wouldn't be able to. It is FARRRR to expensive for a hobbyist like myselft to get into.
      Now ask yourself, if I, or my equally poor nerd brethren, go out into the job market and are tasked with building a database for whoever we start working for, what are we going to choose? Are we going to go with the familiar, very capable, and very FREE database called MySQL or Postgres (running on top of a *nix of course)? Or are we going to opt for a very cumbersum (I mean this from the perspective of somebody who has never developed on it before, it might be very elegant for all i know) very expensive, and VERY unfamiliar database such as DB2 (which is what runs on OS/400).

      Both IBM and adobe have shot themselves in the foot in this regard. Today's hobbyists are tomorrows decision makers, and they are going to choose what they are accustomed to.
      [ Parent ]
      • Re:Most important thing (Score:5, Insightful)

        by asuffield (111848) <asuffield@suffields.me.uk> on Thursday October 25, @04:06AM (#21110739)

        Similarly, IBM has really shot themselves in the foot with the OS/400 platform. Here you have a a really really rock solid piece of software, arguably one of the most stable operating system/platforms in existence today, but you have a problem. If I wanted to go out and learn OS/400, I mean REALLY learn it (the way that i can with Linux/BSD) I wouldn't be able to. It is FARRRR to expensive for a hobbyist like myselft to get into.


        They don't care. If your budget doesn't have a minimum of six zeros on the end of it, IBM is entirely disinterested in your existence.

        IBM big iron is designed for those people who cannot use anything else. They have no competition. It doesn't matter if you prefer mysql or whatever - it cannot handle those kinds of loads, because it can't scale up to clusters of hundreds of thousands of CPUs. You, as a person who uses things like mysql, probably have no conception that those kinds of loads even exist. There are probably only a few hundred users in the world who need it. Nonetheless, their problems are real and have to be solved. IBM mainframe hardware is the only way to do it, so they pay a premium measured in millions. We are talking about problems that cannot be solved without filling an entire BUILDING with hardware. Most of them are related to the financial industry, who have to be able to process all the transactions in the world in real time, and where any failure of the system would cause irreparable damage to the world economy. This is up in the space where a system failure really could throw large countries into a recession overnight, so it absolutely has to be missile-proof.

        This is not a consumer industry. Hobbyists are irrelevant. The consumer industry will always continue to grow and occupy most of the world, but it is never going to be able to supply those few hundred at the top, and there is always going to be a need for IBM (or somebody very similar to them) to service their needs. And there's nothing wrong with that.
        [ Parent ]
  • needs better tablet support (Score:4, Interesting)

    by Fry-kun (619632) on Wednesday October 24, @06:19PM (#21106749)
    I've recommended some artists to try gimp instead of proprietary stuff. The major complaints were about drawing tablet support. Gimp has tablet support, but the options available to the artist are very limited. Also, there are no smoothing algorithms for tablet-drawn strokes - a pretty major drawback if you draw on the computer instead of scanning things in.
    Other than that, gimp is awesome - and almost everything you can think of is available as a plugin - I've already tried the new context-sensitive resizing plugin (context-sensitive resizing has been mentioned a few months ago on /.)
    • by pbhj (607776) on Wednesday October 24, @06:38PM (#21107001) Homepage Journal
      Have you tried inkscape for tablet support? This appears to come from GTK so YMMV but is stated to support pressure and angle sensitivity.

      I haven't, but I love the app. They've made considerable advances in the last couple of releases. I know there's a tutorial by a guy who draws and shades comics using it. Also that you can simplify lines or using some (built in python) scripts add jitter or add jitter as you draw.

      If you've not tried it recently it's worth a punt.

      I'm using Slackware 12 and installed the development release via autopackage (http://inkscape.org/download/?lang=en).
      [ Parent ]
  • Why bother reading? (Score:5, Insightful)

    by domatic (1128127) on Wednesday October 24, @06:23PM (#21106815)
    Maybe 5 of the posts will have something actually illuminating. The rest of them will be GIMP and Photoshop fanbois going at each other. Let me save everybody the trouble.

    GIMP has an unprofessional name! Waaaaaaaaaaah!
    GIMP only does 8-bit color! Waaaaaaaaaaah!
    GIMP isn't UI identical to PhotoShop on every menu 3 levels deep! Waaaaaaaaaaaah!
    GIMP manages windows sucky! Waaaaaaaaaaaaaaah!

    Does not! Does too! Does not!.................
  • Fake! (Score:4, Funny)

    by DigitAl56K (805623) on Wednesday October 24, @06:54PM (#21107197)
    The linked site looks 'shopped.
  • No more GIMP vs Photoshop, please! (Score:4, Insightful)

    by Erikderzweite (1146485) on Wednesday October 24, @07:08PM (#21107331)
    GIMP was NEVER intended to replace, duplicate or mimic photoshop. Neither was it created to draw users from photoshop. Unfamiliar doesn't mean bad or uncomfortable. They go their own way. Some like it, some don't. You are free to use gimpshop if you like to. I really see no points in this interface discussion.
    • Re:GIMP 2.3? (Score:4, Informative)

      by ScislaC (827506) on Wednesday October 24, @06:13PM (#21106681)
      2.3 was the devel branch leading up to 2.4
      [ Parent ]
    • Re:GIMP 2.3? (Score:4, Informative)

      by moderatorrater (1095745) on Wednesday October 24, @06:16PM (#21106711)
      I'm guessing they have the unix version numbering, where even numbers are release, odd numbers are development.
      [ Parent ]
    • Re:GIMP 2.3? (Score:5, Informative)

      by Raphael (18701) <quinet@noSPAM.gamers.org> on Wednesday October 24, @06:22PM (#21106805) Homepage Journal

      The stable GIMP releases have even numbers. The last stable release before 2.4.x was GIMP 2.2.x, starting with 2.2.0 released in December 2004. So that was almost three years ago. There were several bug-fix releases in the meantime, up to 2.2.17.

      The unstable 2.3.x releases ended with the last versions becoming release candidates for 2.4.

      [ Parent ]
      • Adjustment layers (Score:5, Interesting)

        by tepples (727027) <slash2006@pineight.com> on Wednesday October 24, @06:34PM (#21106947) Homepage Journal

        It's got layers currently, or were you needing something more specific?

        Adjustment layers. If you're not familiar with the adjustment layers that Photoshop 5 software introduced, they're layers that copy pixels from layers below them and run a filter on them, and they automatically update when the layers below them are changed. It's been said that GIMP is one of the best Photoshop 3/4 clones around.

        [ Parent ]
        • Re:Adjustment layers (Score:5, Funny)

          by nuzak (959558) on Wednesday October 24, @06:45PM (#21107097)
          > It's been said that GIMP is one of the best Photoshop 3/4 clones around.

          Except Photoshop 3 supported CMYK.
          [ Parent ]
          • Re:Adjustment layers (Score:5, Funny)

            by Bob54321 (911744) on Wednesday October 24, @08:18PM (#21108033)
            >> It's been said that GIMP is one of the best Photoshop 3/4 clones around.

            > Except Photoshop 3 supported CMYK.

            He wasn't talking about Photoshop 3. He was talking about Photoshop 0.75. That has a lot less features...
            [ Parent ]
          • Re:Layers? (Score:4, Insightful)

            by bigstrat2003 (1058574) on Wednesday October 24, @08:34PM (#21108199)

            Best of all, the Gimp is Free Software. You're guaranteed to be able to get at the source code and change the program.
            And to the average user, this means nothing. Even though I'm a programmer, I have no desire whatsoever to work on most of the programs I use. Some, maybe. Most, no. And I'm the sort of person who's supposed to care about having access to the source! To the vast majority of people, GIMP must appeal to them on features alone (price may or may not be a feature, depending on a person's willingness to yarr-harr). Bringing up the "free software" line in a discussion on said features is pretty meaningless.
            [ Parent ]
    • Re:Ask artists, not geeks (Score:4, Insightful)

      by Fry-kun (619632) on Wednesday October 24, @06:39PM (#21107021)

      Ask artists, not geeks for feedback when you develop a paint program.
      Agree 75%
      Artists are not the only people who ever use Gimp. Many users only use it to crop/resize images and maybe tweak the color balance a little bit. In other words, make artists your primary target, but don't ignore geeks' opinion, either.

      The GUI is horrible, and it only takes a five-minute interview with a Photoshop user to understand what needs to be done.
      Disagree 100%
      Here's why: just because Photoshop is the "industry leader" doesn't mean it's perfect - nor does it mean that the UI is perfect. What it means is simply this: it's the "industry leader".
      Gimp UI is actually pretty well thought out and is highly customizable. You can learn the UI inside and out in a day, even if you're really lazy/slow.

      I think GIMP is suffering from a serious case of bad focus.
      Agree 100%
      As with many other open sourced projects, the developers don't follow the same common path, but instead spread out into their areas of interest. A perfect solution would be if some company used Gimp as a base and polished it to suit the most demanding users. Just like what CrossOver Office does with Wine.
      [ Parent ]
    • Re:Awesome new features! (Score:5, Insightful)

      by arashi no garou (699761) <kf4ytr@gmail.com> on Wednesday October 24, @06:56PM (#21107219) Homepage
      Despite your lame attempt at humor, you make a very good point. Photoshop is a tool, and a very versatile one at that, which is used by professionals to get the job done right. It's expensive and complicated, and for good reason.

      The GIMP, on the other hand, is a comparatively simple tool, though still very useful and quite versatile in its own right. It is what us amateurs use because the pro tools are overkill and/or too expensive. It also happens to be free, in more than one sense of the word, which makes it ideal for its target audience. For example, I do web graphics sometimes. Why in the world would I spend close to US$500 for something that is rarely used and would be overkill to boot? I'd rather use my free image program with more tools in its toolkit than I would ever need for that task.

      This is why I will never understand the PS vs. GIMP debate. GIMP will never be a Photoshop killer because there is no need for a Photoshop killer. Those who need the power of Photoshop will buy it (or steal it), those who don't will use GIMP or another simple tool.
      [ Parent ]
    • by spitzak (4019) on Thursday October 25, @03:12AM (#21110537) Homepage
      You seem to think CMYK is somehow 32 bit (8 bits of each?) and that because 8-bit rgb has 24 bits it can't represent it, but because 16-bit rgb has 48 bits it can.

      This is wrong. CMYK has FOUR dimensions. It is completely impossible to represent it in a 3 dimensional space. You claim is like saying that if I put finer graduations on a ruler, it can suddenly measure 2 dimensions rather than one!

      The converters you talk about (and incidentally are in Gimp already, and in printer drivers when you send them rgb colors) map the 3-D space into the 4-D space. But they cannot fill the 4-D space, any more than you could fill a room with a piece of paper (while keeping the paper's shape a non-fractal). Thus there are CMYK colors that are not output. This has NOTHING to do with color resolution. No useful RGB->CMYK converter will produce both CMY=0,K=1 and CMY=1,K=1 output. Even if the CMYK device was 1 bit per ink and thus only capable of printing 16 different colors, you could not represent all those 16 possibilities with 24, or even 48, or 96 bits, or an infinite number of bits of rgb!

      In reality the highest quality CMYK printing devices available have much less than 8 bit resolution in how much ink they lay down (once you take into account errors in ink delivery and spread). The resolution is so low that the volume represented by the RGB->CMYK conversion is over-sampled by many times when the source is 8 bit rgb. So actually 16 bits does not help one tiny bit in the area you are asking for.

      The reason for more than 8 bits is for processing in the digital realm. For instance if your picture is 1/4 as bright as you want it, and you multiply by 4, then you lose two bits of resolution (as the bottom 2 will be zero). If your screen shows 8 bits and the original was 8 bits, you have effectively reduced your screen to 6 bits. If the original was 16 bits (and your screen was showing the top 8 bits) then after the multiply your screen is still showing an 8 bit image (the top 8 bits of the remaining 14). (that is not real accurate, a correct program with knowledge of sRGB would do something more complex and you would lose more than 2 bits at the bright end, less at the dark end).

      Also more than 8 bits should absolutely use 16 bit half float data. 16 bit integers is a total waste of effort. Float data has the advantage that it is not clamped (this eliminates gamut limitations), and that a vastly larger range of useful data. Even 16 bit data would start to lose resolution on an 8 bit screen if multiplied by more than 256 (actually somewhat larger if sRGB is correctly followed). But 16-bit float would allow a multplication by 65540 or so before there would be loss. The only reason for 16-bit integers was that older computers could not do float fast enough, but this is not a problem now, modern graphics cards even take half-float data directly.
      [ Parent ]
      • by hankwang (413283) * on Thursday October 25, @03:30AM (#21110589) Homepage

        The reason for more than 8 bits is for processing in the digital realm. For instance if your picture is 1/4 as bright as you want it, and you multiply by 4, then you lose two bits of resolution (as the bottom 2 will be zero).

        There are other advantages of 16+ bits. 8-bit RGB images are usually in sRGB space, which means that the luminance of a pixel is not proportional to the pixel value, but rather something like the 2.2'th power except for a small range near zero. That is convenient for encoding a large contrast range in just 256 values, but sucks for operations that are inherently linear operators on the luminance, such as background substraction and blurring. With 16+ bits, all operations can be done in linear space without loss of resolution at the darker colors.

        [ Parent ]