Slashdot Mirror


Paint.NET: The Anti-GIMP?

Arno contributes a link to Paint.NET, a free-of-charge raster-graphics program for Windows XP machines. "Quote: 'Paint.NET is image and photo manipulation software designed to be used on computers that run Windows XP. Paint.NET is jointly developed at Washington State University with additional help from Microsoft, and is meant to be a free replacement for the MS Paint software that comes with all Windows operating systems. The programming language used to create Paint.NET is C#, with GDI+ extensions.' It really seems like a nice tool. I definitely prefer its UI to GIMP's."

26 of 864 comments (clear)

  1. Mirror by Anonymous Coward · · Score: 5, Informative

    I managed to grab a mirror if needed. Site kinda seemed slow, especially for a .edu domain.

    1. Re:Mirror by Llama_STi · · Score: 4, Informative

      This is the working mirror.

      You're welcome. ;)

  2. good job /. by the+right+sock · · Score: 5, Informative

    75gb

    dev, with mirror link: http://blogs.msdn.com/rickbrew/

  3. Coral Cache file: by Neophytus · · Score: 4, Informative

    Much faster than either of the mirrors listed.

  4. Looks like it's Open Source. Cool. by stephenb · · Score: 5, Informative
  5. wow this is SLOW by hsmith · · Score: 4, Informative

    try drawing with the fat brush

    i am running a 3.0+ ghz and 2GB ram dell and the graphics painting sucks

    they may want to work on speed a bit if they want to be taken seriously

    1. Re:wow this is SLOW by geekster · · Score: 4, Informative

      Yeah really. The requirements are 800 Mhz and 256 Mb ram. Which are exactly my specs.

      It was painfully slow. It stopped responding for about 5-10 seconds in the middle of a brush stroke and completely froze when i tried to exit throught the file menu.

  6. Not Anti-gimp by tsetem · · Score: 4, Informative

    I'd say, just like the article, it's intended to be a replacement for MS-Paint. It doesn't appear to have anywhere near all of the advanced features of Gimp.

    It has layers, and an effects API, but that seems to be where the similarity ends.

    The interface appears to be simple like MS Paint's, but I think it's seriously overstating that it's a Gimp competitor. Heck, sounds like the project has only been around for 2 semesters. How mature could it be compared to Gimp or Photoshop?

  7. Re:A few questions about it.. by TheAwfulTruth · · Score: 5, Informative

    1) Yes.
    2) No.
    3) It's open source.
    4) See #3 and because all /. headlines have to have inflamitory and misleading headlines to attract attention for some reason.

    --
    Contrary to popular belief, coding is not all free blow-jobs and beer. Those things cost MONEY!
  8. Re:MONO? by cosinezero · · Score: 3, Informative

    ... why do you think .NET is around? Cross platform programming is one of the goals of .NET.

  9. Re:BitTorrent! by __aaitqo8496 · · Score: 3, Informative
  10. Re:A few questions about it.. by stratjakt · · Score: 3, Informative

    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

    The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.


    Sure looks like a BSD-style license to me, it's just not GPL.

    --
    I don't need no instructions to know how to rock!!!!
  11. Re:Bandwidth problem?..... download slow by stupidfoo · · Score: 3, Informative

    FYI:
    Program also works on Windows 2000 with .NET 1.1 installed.
    First impressions: sure beats MS Paint :)

  12. Re:It's a .NET product. Ewwww... by Adhemar · · Score: 5, Informative
    Why should I install more badly designed MS software then I have too?

    You don't.

    First of all, the .NET framework is not badly designed. It's one of the best-designed products Microsoft ever came up with. The reason Microsoft released so much crap over the years, is probably because all their best programmers were working on .NET.

    Secondly, their exist free (as in free software) alternatives. Mono is the best-known one, an other is DotGNU Portable.NET. But they're not 100 % complete yet, so I don't know if this Paint.NET will work.

  13. Re:Windows XP Only? by tagevm · · Score: 4, Informative

    The XP requirement is due to the use of GDI+, which is included with XP.

    However, GDI+ can be installed on NT4,W2K,Win98,ME see http://msdn.microsoft.com/library/default.asp?url= /library/en-us/gdicpp/GDIPlus/GDIPlus.asp

    As Linux doesn't have GDI+ I doubt very much that it will work with Mono.

  14. Re:MONO? by AstroDrabb · · Score: 4, Informative
    On paper it is, but not in practice. First let me state that I like and use both Java and .Net daily. If MS intented .Net to be cross-platform, they would have made it so, just like Sun did with Java. Sun _made_ Java run on multiple platforms from the start and didn't do any features that favor Sun's platform. This is not the case with .Net. There are plenty of features that are MS Only on the GUI side. Also, did MS do any work toward cross-platform support? Nope.

    If MS wanted this to really be cross-platform, why didn't the do what Sun did with the GUI side and have it work on other platforms. The only thing MS did was give us the C# language (which is nice) and a reference C# complier. That is a far way off from being cross platform. What really matters are the class libraries. Sun made theirs cross-platform and implemented them on multiple platforms, MS did not. Sun did not tie anything into just Solaris, MS tied the GUI end of .Net into just MS Windows.

    If you write a .Net GUI app, it will not be cross-platform by default. You have to use some other class libraries like GTK#, QT# or wxWindows#. With Java, when you write a GUI app, it _is_ cross-platform.

    --
    If Tyranny and Oppression come to this land,
    it will be in the guise of fighting a foreign enemy. -James Madison
  15. Re:.Net by allometry · · Score: 3, Informative

    why does the name have .NET? I'm calling in Captain Obvious on this one...

    --
    http://www.allometry.com
  16. Re:here here by benjcurry · · Score: 5, Informative

    Ummm...I use the GIMP every day. I'm a website developer and graphic designer. I like Photoshop better than the GIMP, but other than some less-than-perfect GUI issues, I love the GIMP as well.

  17. Re:Mono. by Nachtfellen · · Score: 4, Informative

    I don't think there is anyone specifically working on this yet, but I'd like to see it.

    I downloaded Paint.NET a few days ago to see what it would take to convert it to run on GTK# with mono (much the same way the MonoDevelop guys ported SharpDevelop). The first issue I hit was that it seems to be tightly bound to Ink (the TabletPC SDK).
    Nonetheless, I plan to do some more experimenting with it over the next few days. If anyone else is working on this, I'd really like to hear from them.

    Joseph Hill (jhill AT arcfocus.com)

    --
    "I find that the harder I work, the more luck I seem to have." -- Thomas Jefferson
  18. Senior programmer? by melted · · Score: 4, Informative

    Have you heard of page sharing and copy-on-write? Most of these 80MB is shared between two instances of the app. At the same time fore each of the processes it looks like it has 80MB of code and data loaded. In reality both processes have the same thing, except for pages that differ. So code DLLs are mapped to the same areas of physical RAM and data segments are only in physically different locations if they've been written into.

    Yet windows task manager shows 80MB anyway, because that's what individual processes see.

  19. Re:MONO? by AstroDrabb · · Score: 4, Informative
    they just didn't actually implement it on multiple platforms
    And that is the hardest part and the one that requires the most resources and time.

    Any group can make a new language and submit it for ISO standardization. Yes that would allow possible cross-platform implementations. But that is a far cry from actually being cross-platform.

    Sun made Java when they were the largest Unix server platform and one of the largest server platforms (MS doesn't have server monopoly). Sun could have made Java only run on Solaris and just submit specs for anyone else. They didn't do that. They _wrote_ the code for multiple platforms so that Java could be cross-platform.

    .Net will never be cross-platform until you can take a program using the native class libraries and have it run on other platforms. Thanks to Mono, you can do that with ASP.Net applications written in C# or VB.Net. But you cannot do that with .Net GUI applications.

    I just finished a C# GUI application (for personal use) that connects into Coast to Coast AM with a StreamLink userName and Password and downloads the daily MP3's of the most recent show (or any date you pick). This app doesn't run on Linux or any other platform. If I had written it in Java, it would run out-of-the-box on those other platforms, that is cross-platform.

    --
    If Tyranny and Oppression come to this land,
    it will be in the guise of fighting a foreign enemy. -James Madison
  20. Re:Here it comes. by John+Hansen · · Score: 5, Informative
    I don't understand this permanent woody for boxes in boxes, the non-Photoshop world abandonded that GUI a decade ago.

    Even Photoshop never used that clunky interface originally. The Photoshop MDI originated from the fact that on the Macintosh, Photoshop looked a lot more like the GIMP -- except that the menubar was on top, mac-related stuff, etc. However, the Photoshop programming team didn't want to figure out how to do that on Windows, so they simply made a "container window" to hold everything.

    Since then, a number of programs have emulated that, even though they never had to. It was simply a hack to get around a Mac-->Windows porting problem.

  21. RTFA + Try The F Program by erroneus · · Score: 3, Informative

    Okay I just loaded it up and I have the following to say about it:

    (BTW, Thanks to whoever it was that supplied the link to the MSI. Very handy considering the death the original site suffered.)

    1. It requires .NET. Why? I don't have a clue.
    2. It can only handle one document at a time, though I can load multiple instances. It doesn't QUITE make up for it... probably eats up gobs more memory than it should as a result though.
    3. It is GOD-AWFUL slow. My machine is 2GHz with 512MB... not a hot-rod but no slouch neither.
    4. There is no ability to drag a layer from one project to another. That's a pretty critical thing when you are importing several images to create a single image.
    5. The UI is nice enough... I'm kinda torn between that and the GIMP UI. But since it's the functionality I care more about than the UI, I lean to The GIMP since it clearly has more and performs FAR better.

    I could probably add more but I won't. This program is NOT (yet) a threat to The GIMP. And since The GIMP is cross-platform, there is no contest in my mind. Cross-platform, however, doesn't mean anything to those who will be using only Windows for the next 3-4 years. (And for that reason, the UI style is best for Windows-only users since they are likely to adapt to it more quickly than that of The GIMP.)

    I think if they could address the problems I listed above, they'd start to have a contender on their hands. I don't like that it's needlessly not cross-platform -- I think someone mentioned something about the Mono project or whatever the Linux .NET comparable thing is... Can it be ported? Again--Why is it necessary?

    Which would I recommend to users? The GIMP without hesitation ... at least for now. I like Paint.NET's simplicity but speed and memory consumption is unusable and it's hard to explain that to users... and the WinXP only thing is the kicker. I know lots of people still running Win98 and even though The GIMP isn't all that great for Win98, it still kinda runs anyway. (I think it'd be nice if someone out there were to build in a compile option to support Win98 and share the binaries... there's a need!)

  22. Re:Here it comes. by stupidfoo · · Score: 3, Informative

    It highlights the area that is being lasso'd. Think of the crop tool (where it greys out the area to be cropped), but in reverse. This gives the selected area a light blue color while you're drawing with the lasso. It's very nice.

  23. Re:Interesting by martinoforum · · Score: 3, Informative

    If they genuinely want FOSS to succeed as a mass-market movement, the slashdotters who keep pulling this line out of their posteriors will need to shut up. Not everybody who wants to use The GIMP is going to be a programmer, or a bored geek with the time free to do such things. For things like the GIMP to succeed, they need to attract graphics professionals - the majority of whom don't care in the slightest about the source code or programming. It's a stupid response, and I wish people would stop saying this every time that somebody has an issue with an open source package. It's called "User feedback", it comes from having "Users" who "Use" your software to "Do things". These strange people don't just sit around their bedrooms and scratch themselves all day, interspersed with the occasional porn download. They have jobs. They get paid to do work. They may go to their boss and say "Look, we can save $xyz by using this excellent free package instead of paying up for package ABC". They will not go to their boss and say "Look, there's this free package I like... can I spent a couple of months hacking it to make it usable for our needs?". Programmers do that. Creative professionals don't.