Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
8answers
1k 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 there a built-in to ...
3
votes
1answer
2k 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 only looking for it ...
2
votes
2answers
326 views

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 ...
1
vote
4answers
334 views

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 ...
1
vote
2answers
200 views

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 ...
1
vote
4answers
986 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 is unavailable.. I'll ...
0
votes
0answers
35 views

How to save psd layers in png using PSD-plugin for Paint.NET?

How to save psd layers in png using PSD-plugin for Paint.NET? Trying to do this way: System.Drawing.Image img; var stream = new System.IO.MemoryStream(); var BRW = new ...
0
votes
3answers
48 views

Best Tool for Mockup to CSS?

I've been using Paint.NET to create mockups for my web application. They're pretty, and it's not hard to save the constituent graphical elements. However, the process of getting my layout into CSS ...
0
votes
1answer
76 views

MATLAB <---> Image editor with support for layers

I was wondering if anybody knows of an API, toolbox, or library that extracts layers from an image format that is supported by a free editor such as Paint.NET (native format: .pdn) Motivation: An ...
0
votes
2answers
592 views

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.
0
votes
1answer
184 views

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 ...