Slashdot Log In
Paint.NET: The Anti-GIMP?
Posted by
timothy
on Wed Dec 22, 2004 11:51 AM
from the translucent-tools-are-smart dept.
from the translucent-tools-are-smart dept.
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."
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.
Mirror (Score:5, Informative)
You would think.. (Score:4, Funny)
You would think Microsoft wouldn't let people mirror their software - after all, they always tell people that you can't trust software on mirrors [slashdot.org]. Huge security risk, you know.
Parent
Re:Mirror (Score:4, Informative)
You're welcome.
Parent
Here it comes. (Score:5, Insightful)
I wonder if they used P/Invoke so I can run this on Mono?
Re:Here it comes. (Score:5, Interesting)
Parent
Re:Here it comes. (Score:5, Insightful)
Parent
Re:here here (Score:5, Informative)
Parent
Re:here here (Score:4, Interesting)
same here
Except, I'm starting to use the GIMP even more than Photoshop lately. I guess I'm just getting more comfortable with it.
I still don't understand why everyone has so many problems with the interface. Makes me think people are just re-hashing old horror stories from before 2.0. To me it behaves just like any other application.
Parent
Re:here here (Score:4, Insightful)
Parent
Re:Here it comes. (Score:5, Insightful)
This is just a simple painting program, it works great for simple quick tasks. The GIMP is designed for more complex graphical tasks...
Compare GIMP to Photoshop. That's a legit conversation.
Parent
Re:Here it comes. (Score:5, Insightful)
You are better off comparing the GIMP to PaintShop Pro.
Parent
"GIMP is also not meant to be like Photoshop" (Score:5, Insightful)
According to one of the GIMP developers, BigSven:
"GIMP is also not meant to be like Photoshop and we aren't trying to win PS users over. We are creating a tool that gets the job done. Some approaches of PS are worth to copy, others aren't. GIMP is not a Photoshop clone and it was never meant to be one." -BigSven
"Gimp was not written as a competitor to Photoshop." -mac[LAG]
Please do not compare GIMP with Photoshop, because that's a very sensitive point with GIMP fanatics, who go out of their way to ignore Photoshop, and wear their ignorance as a badge of pride.
-Don
Parent
Re:"GIMP is also not meant to be like Photoshop" (Score:5, Insightful)
Do you really think the developers of the Gimp, who are in my experience universally reasonable and smart, have a "macho" attitude where they don't want the Gimp to be easy to use? You do? I guess you ignored all the usability improvements they made in each version released in the last few years then.
But it doesn't surprise me. I suspect you are not really a Gimp user, I suspect you are simply one of many Slashdotters who downloaded a Windows build, and went "eww no MDI" and then went back to using a warezd Photoshop copy you got from Kazaa.
Strangely, the Gimps interface works perfectly well on Linux which has decent window management.
There are hacks available to make the Gimp windows appear in one big container MDI-style on Windows, but they don't work very well. MDI itself doesn't work very well, actually, and GTK+ on Linux has never supported it and never will (because it's not needed).
I can tell you straight off that the reason the Gimp has the UI it does, is because this is the best UI for the job. It's developers are almost all Linux users, and the UI there is a good one. The reason they "reject" the standard crap that's thrown about in any story that mentions the Gimp is because it's just that - crap, which doesn't apply to the version of the Gimp they use, so why should they care? It's not like they get paid to take market share from Photoshop. I'd say that Gimp on Linux is for 90% of Photoshop users (I say users including all the random kiddies who downloaded it because they want to be "pros") an absolutely solid replacement. I know that in all the years I've used it for commercial web design, photo manipulation and UI development it has never yet left me wanting.
Parent
Re:"GIMP is also not meant to be like Photoshop" (Score:5, Insightful)
Exactly.. This is what most people seem to ignore.. Gimp is not Photoshop. But it does happen to meet the needs of probably 80-90% of Photoshop's target market. You would not believe how many wasteful copies of Photoshop are licensed in the corporate world because Joe Idiot says, "Hey, we need a photo editor.. go buy the best thing out there." And $699 later, there's the latest version of Photoshop. (And oops.. it's hard for newbies to use (just like Gimp), so go buy a copy of Photoshop for Dummies too) Sure, Photoshop is still the best thing out there (today at least), but most of the people using it would have been fine with PSP or Gimp.
And here's the real kicker: how fast would Gimp improve if those 80-90% that don't really need Photoshop contributed a few bucks each to the project? Granted that won't happen, but there are other ways to harvest this market. The Gimp folks need to take a look at how they can capitalize on what they've developed.
Parent
Re:Here it comes. (Score:4, Interesting)
Now, learning scripting did take hours and I'm still not that great at it, but that's kind of expected.
Parent
Re:Here it comes. (Score:4, Interesting)
I would find it quite amuseing to watch you be the tar out of them after switching programs.
Parent
Re:Here it comes. (Score:5, Informative)
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.
Parent
MONO? (Score:5, Interesting)
Re:MONO? (Score:5, Informative)
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.
Parent
Re:MONO? (Score:5, Informative)
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.
I just finished a C# GUI application (for personal use) that connects into Coast to Coast AM [coasttocoastam.com] 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.
Parent
I's so Anti-Gimp (Score:5, Funny)
A replacement for MS Paint (Score:5, Insightful)
Nothing irrational at all (Score:5, Insightful)
Based on Microsoft's behavior past and present, its effect on the industry and emergence of technology in general (quite negative), and their publicly stated intentions with respect to Linux, software freedon in general, and freedom to innovate vis-a-vis software patents and ligitagion in general (of which their funding of the SCO debacle is but a precursor), I'd say there is absolutely nothing whatsoever "irrational" about the dislike an association with Microsoft inspires in any of us.
Now, the expression of that dislike can sometimes take irrational forms, just as the expression of anger can on any subject, but that by no means belies the entirely rational, indeed very justified, anger and dislike being felt.
Finally, given Microsoft's long history and ongoing policy of customer lock-in, and their stated strategy of leveraging
I do agree that this program is no threat to the GIMP. Its licensing is more restrictive, it requires
Parent
good job /. (Score:5, Informative)
dev, with mirror link: http://blogs.msdn.com/rickbrew/
A few questions about it.. (Score:4, Insightful)
Re:A few questions about it.. (Score:5, Informative)
2) No.
3) It's open source.
4) See #3 and because all
Parent
Re:A few questions about it.. (Score:5, Insightful)
Yes exactly, I think it would have been better and more helpful to have a headline like "Paint.NET, an open source alternative to MS-Paint". I suppose slashdot has fallen into the same pit that all other mainstream media is trapped in where it must scare its audience into submission.
Parent
Re:A few questions about it.. (Score:5, Insightful)
Parent
google cache (Score:5, Informative)
Coral Cache file: (Score:5, Informative)
Looks like it's Open Source. Cool. (Score:5, Informative)
wow this is SLOW (Score:5, Informative)
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
Re:wow this is SLOW (Score:4, Informative)
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.
Parent
Re:wow this is SLOW (Score:5, Funny)
Parent
Not Anti-gimp (Score:5, Informative)
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?
OSS (Score:5, Insightful)
and the license
" 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.
"
Well fuck me, MS is sponsoring not just free software but Free software, Very interesting! Oh and can we take this and shove it on Linux?
Heretic. (Score:4, Funny)
Heretic. Turn in your Linux / Open Source badge and exit the building. Get out.
See the trap? (Score:5, Insightful)
Let this be an object lesson for all you Mono fetishists,
after a quick look... (Score:4, Interesting)
layer support sucks. only very few basic layer modes.
to work on multiple images, you basically have to start another instance of the program. functional but not efficient.
it is incredibly slow. i'm running it on a 1.8 GHz P4, 1 gig of RAM. I apply an effect on a decent size image, and go get a cup of coffee.
oh, try the "re-color" tool, if you've got nothing to do for a while.
can't get anti-aliasing to work right.
interface flickers quite a bit as you navigate through the menus. not critical, but rather annoying.
color picker does not display the color in hex, which makes it harder to use for web graphics.
on a good note, the interface is vaguely familiar to the ubiquitous and expensive software that we all love so much.
how is this anti-GIMP, anyways? it's not cross-platform, it's quite a bit slower, and is targeted at a totally different audience. I agree that it's better than MS Paint, but shit, MS Paint should have been retired years ago.
Re:Interesting (Score:4, Insightful)
Parent
Re:Interesting (Score:5, Insightful)
Parent
Re:sad to say, but GIMP does lack (Score:5, Funny)
Parent
Re:BitTorrent! (Score:4, Informative)
Parent
Re:Bandwidth problem?..... download slow (Score:4, Informative)
Program also works on Windows 2000 with
First impressions: sure beats MS Paint
Parent
Re:It's a .NET product. Ewwww... (Score:5, Informative)
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 [mono-project.com] is the best-known one, an other is DotGNU [dotgnu.org] Portable.NET [dotgnu.org]. But they're not 100 % complete yet, so I don't know if this Paint.NET will work.
Parent
Re:Windows XP Only? (Score:4, Informative)
However, GDI+ can be installed on NT4,W2K,Win98,ME see http://msdn.microsoft.com/library/default.asp?url
As Linux doesn't have GDI+ I doubt very much that it will work with Mono.
Parent
Re:I have to clear this up! (Score:4, Insightful)
I believe thats exactly what everyone is complaining about. I'm sure the GUI is certainly usable once you learn it, the problem is that there is an enormously steep learning curve involved that turns the majority of potential users away.
If I replaced your car's steering wheel with joysticks, I'm sure that once you learn it you'll drive just fine. But you'll still curse me for forcing you to learn to drive that way. Most people will probably just give up. At the same time, I'm sure that there will be someone out there who will indeed be willing to learn it and say to everyone else "put some effort in, you whiny idiots."
Parent
Re:Mono. (Score:4, Informative)
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)
Parent
Senior programmer? (Score:5, Informative)
Yet windows task manager shows 80MB anyway, because that's what individual processes see.
Parent
Re:I mod this story... (Score:5, Funny)
Parent