-
Content Count
16,864 -
Joined
-
Last visited
-
Days Won
159
Everything posted by Rick Brewster
-
Feature Suggestion: New FileType placement option
Rick Brewster replied to Simon Brown's topic in Plugin Developer's Central
Your FileType is given a Stream which is already opened to a file. If the user specifies "c:\Users\Name\Whatever.jpg" and you don't save anything to the stream you're given, then that file will end up being zero bytes. You'll end up littering the user's hard drive with all these worthless files and make a mess of things. What you're talking about is a blatant misuse of the file type plugin API. -
Custom Brushes Plugin 5.1.5
Rick Brewster replied to Simon Brown's topic in Plugins - Publishing ONLY!
How do you think I feel with Paint.NET then ........ (I get tons of e-mails for feature suggestions) -
Feature Suggestion: New FileType placement option
Rick Brewster replied to Simon Brown's topic in Plugin Developer's Central
You should not be writing file type plugins that do not save to files. Also, Moved to File Format API / Programming ... -
Paint.NET v3.30 BETA 1 is now available
Rick Brewster replied to Rick Brewster's topic in Paint.NET Discussion and Questions
I'm not fixing that. Like you stated in your post, it is a limitation GDI+. So, this will remain until or if I change renderers. -
wich resize from big too small is the best?
Rick Brewster replied to Scoty's topic in Paint.NET Discussion and Questions
You'll have to show us the picture you're trying to resize -
wich resize from big too small is the best?
Rick Brewster replied to Scoty's topic in Paint.NET Discussion and Questions
Just use "Best Quality" in the Resize dialog. It will automatically pick the best method, which for minification (big->small) is Super Sampling. -
I'm completely perplexed how you went from Paint.NET to writing HTML code.
-
How to loop over all sourcepixels?
Rick Brewster replied to PhilipLB's topic in Plugin Developer's Central
For two pass effects of (1) analysis and (2) rendering, it is most appropriate to do the first pass in OnSetRenderInfo(). -
Visual C# Express is free ... it should work fine for developing plugins. http://www.microsoft.com/express/product/default.aspx (VB Express, etc. are also free)
-
Yes. It's just a lot of pixels to process.
-
Wow, Focal Point @ Quality=3 on a 7MP image even makes my QX6700 cry a little ... (Core 2 quad-core 2.66ghz). Took about 23 minutes of CPU time as reported by Task Manager, which divided by 4 is about 5m:45s human time (divide by 4 because of 4 CPU cores each doing roughly equal work). Cool stuff, definitely needs perf work though
-
Hi likigoldenstar, welcome to the forums. Please read the rules, especially #6. Thread Closed The rules: viewtopic.php?f=20&t=3446
-
I highly recommend Visual Studio. It's all I've used for about the last 9 years. Well, almost. There was a brief stint where I used some Java-based IDE for some homework in my Comp. Sci. 400-something "Compilers" class, but that's about it. And it sucked (the IDE).
-
Motion Blur Glitch: PdN v3.22
Rick Brewster replied to Mike Ryan's topic in Troubleshooting & Bug Reports
I was just looking at this in the debugger. Looks like a precision problem, where the angle you set is 90 degrees but actually ends up being computed to be just slightly more than 90 degrees. Like 90.0000000000000001 or something. In any case, an 'x' variables ends up computing to -0.0000000000000018369095307335659 instead of straight 0, which is then treated as "out of bounds" and so it doesn't contribute to some of the sampling that's being done. Probably just have to live with it ... or try rotating 90 degrees (Image->Rotate), do your motion blur at a -90 offset, then rotate by -90 degr -
By popular demand... (currently in private testing... will be in the next beta update for all to use though) (also, adding the color wheel to Bulge is just for show, it isn't actually using it) (and yes, because this is IndirectUI, even file type UI can use this ... not sure why you'd want to, but hey I"m not one to judge )
-
Paint.NET v3.30 BETA 1 is now available
Rick Brewster replied to Rick Brewster's topic in Paint.NET Discussion and Questions
No, sorry. Thanks! -
Right, the real discussion I'm trying to get going here is not about the music. It's about the business model. Traditionally, record labels made money by selling physical copies of recordings. With rampant online piracy derived from zero-cost duplication and ever increasing storage and network capacity, this is heading towards zero profitability. Nobody wants to buy CD's if they can download the mp3 for free and not get into trouble. DRM-ified music is pissing everyone off because you buy it and then 6 months later your computer crashes and you lose the music you paid for. At least if I lose
-
Error while installing on another Drive
Rick Brewster replied to anoxon's topic in Troubleshooting & Bug Reports
This is a bug in the installer for 3.22. If you install the beta for 3.30, it will work just fine. Alternately, if you are not comfortable installing a beta, you can simply install 3.22 to the default location and then re-run the installer and tell it where you really want it to be installed. -
KMS Extraction
Rick Brewster replied to Pdn Fan Gabriel's topic in Paint.NET Discussion and Questions
What are you talking about? How is this Paint.NET related at all? Please tell me how this is related to Paint.NET at all, or I'm simply going to have to close this thread ...