Tagged Questions

1
vote
1answer
70 views

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 o …
1
vote
5answers
151 views

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 i …
5
votes
8answers
591 views

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 t …