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

4.7k Views Asked by At

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.

4

There are 4 best solutions below

2
On BEST ANSWER

It sounds like your requirements are fairly simple, you might be able to roll your own image cropper using a PictureBox and a few mouse events. :)

0
On

I would recommend ImageMagick. They have a .NET wrapper for it so it should be usable from C#.

0
On

you can try IpLab to see if it meets your needs. see http://code.google.com/p/iplab/

1
On

What paint.net API? There is no paint.net api for using it from other programs.