paint.net

How to find the most common int in a 2d array of ints?

OK, so I'm just starting to think how to implement a new graphical plugin for Paint.NET and I will need to know how to find the most common integer in a 2d array of integers. Is there a built-in to C# way to do this? Or, does anyone have a slick way to do it? The array will look something like this: 300 300 300 300 300 300 300 0 15...

Can i use Paint.NET API to embedd it in Winforms application?

I'm trying to let the use crop a selected area from picture in my winforms application and thought to embed the Paint.NET and limit its functions. I understand that Paint.NET API is unavailable.. I'll be happy to get recommendation for another tool i can use to crop images in Winforms application. Thanx. ...

Does paint.net still provide its source code

Paint.net used to provide a link to its source but I can't find it (although if I recall the link was hard to find). Does any one know if they no longer provide the source. I'm only looking for it as a .net application to learn coding practices and architecture from. tep ...

Paint.Net Updater Source or Component availability

Yes, I see that paint.net no longer provides source code. Understood. But does anyone know what updater Paint.Net uses? Is it home grown? Or available as a separate componenet, maybe open source or can be licensed? We have an internal enterprise windows app it would be perfect for. ...

How do I split an image for use in a web page?

I have an image (source file in Paint.NET format) and it has two areas that need to be click-able when on the web. I've never done anything like this (I usually don't do very graphical sites). Is there an easy way to cut this image up and put it into a web layout? ...

Can Paint.NET plug-ins be used outside of Paint.NET?

Can I easily use plug-ins made for Paint.NET in my own C# application (assuming that I comply with the plug-in licensing)? My goal is to automate certain effects and it seems that there are quite a few for Paint.NET. ...

Paint.net filetype plugins

Can't find any info on how to write a filetype plugin for Paint.net. I have found only visual studio template at http://forums.getpaint.net/index.php?/topic/7984-filetype-plugin-template-v20/page_p_121651&#entry121651 and small description at codeproject, but I don't understand all of the parameters of OnSave event handler, what is ...

Source Code for Paint.NET

Many months or years ago, I think source code is available for Paint.NET , a good tool for edit images, code in C# .NET. But now, I cannot get the source code. I see that paint.net no longer provides source code. If anyone can find Paint.NET 3.36 or older's source. anyone has source code of Paint.NET or can I get the olders versions wi...

Draw a straight line with the Paint.net pencil tool

In Photoshop I'd simply hold down the shift key while using the pencil tool. How is this done in Paint.NET? Thanks. ...