Archive for the ‘Uncategorized’ Category
Friday, January 16th, 2009
I think it’s best to quote a private-message between myself and Ed Harvey on the forums:
I've got to stop breaking things before I start fixing them ...
Paint.NET v3.5 is turning out to be more work than I originally anticipated! What started out as a “simple” rewrite of the selection ...
Posted in Uncategorized | 27 Comments »
Saturday, December 20th, 2008
I've had some reports that installing the Windows Vista SP2 beta (or "CPP") breaks Paint.NET v3.36.
You'll get an error message like so:
Contrary to the error, Paint.NET v3.36 does not require .NET Framework 3.5 SP1.
There are two ways to fix this:
1. Install .NET Framework 3.5 SP1. I recommend doing this ...
Posted in Uncategorized | 6 Comments »
Saturday, December 13th, 2008
The very cool thing about Paint.NET v3.5 is that it installs quite fast on a fresh Windows XP SP2 machine. And that includes the installation of prerequisites like Windows Installer 3.1 and the Client Profile version of the .NET Framework 3.5 SP1. Even on my new little Atom 330 box* ...
Posted in Uncategorized | 22 Comments »
Tuesday, December 9th, 2008
Sadly, I fried my Pentium 4 test system a few days ago, which had proven invaluable in my performance testing of Paint.NET v3.5. I went to turn it on* and the screwdriver missed by a few millimeters, shorted the wrong pins, and ... bzzzt. No more P4.
* Since this system ...
Posted in Uncategorized | 13 Comments »
Sunday, December 7th, 2008
Brad Wolff recently wrote a comment on my earlier post, "Change of plans - here comes Paint.NET v3.5" :
"Rick - You mentioned that 3.5 will have “Improved rendering quality when zoomed in”. Can you elaborate on this? My fear is that we will end up having to look at the ...
Posted in Uncategorized | 12 Comments »
Saturday, December 6th, 2008
Fluent programming gets a bad reputation, since some developers like to write code like the following:
var time = 7.Days().Plus(4.Hours())
Barf. However, when used properly, I think it's very powerful. Let's look at a typical method with some parameter validation:
// Copy src[srcOffset, srcOffset + length) into dst[dstOffset, dstOffset + length)public static void ...
Posted in Uncategorized | 50 Comments »
Tuesday, December 2nd, 2008
Currently, the minimum version of Windows that Paint.NET will run on is XP SP2. Unfortunately, it's starting to show it's age and it's making a big hassle for the installer. The issue is that a "fresh" installation of XP SP2 does not have Windows Installer 3.1, whereas XP SP3 ...
Posted in Uncategorized | 70 Comments »
Saturday, November 15th, 2008
I'm going to pick on a post that I saw on the forum recently, "Root kits for .NET framework been found" [sic]. Now, I believe this person was just doing due diligence and reporting something they thought might honestly be important. So, "sharpy" (if that is your real name!), this ...
Posted in Uncategorized | 10 Comments »
Friday, October 3rd, 2008
The features that I want to implement for Paint.NET v4 are easily going to take another 6+ months to finish. However, I really want to get the improvements I've already made into the hands of users (that's you!). I'd also like to get everyone updated to a newer version of ...
Posted in Uncategorized | 50 Comments »
Wednesday, September 24th, 2008
The system requirements for Paint.NET version 4.0 will be increased slightly, although it shouldn't affect many people.
Here is what version 3.36 requires:
Windows XP (SP2 or later), or Windows Vista, or Windows Server (2003 SP1 or later)
.NET Framework 2.0 (recommended: .NET Framework 3.5 SP1)
500 MHz processor (recommended: 800 ...
Posted in Uncategorized | 31 Comments »