Can I use the Paint.NET API to paste it into a Winforms app?
I am trying to allow the use of a selection from an image in a winforms application, and thought about embedding Paint.NET and limiting its functionality. I understand that the Paint.NET API is not available. I'll be happy to get some guidance for another tool that I can use to crop images in a Winforms application.
Thanx.
+2
source to share
4 answers
you can try IpLab to see if it suits your needs. see http://code.google.com/p/iplab/
0
source to share
I would recommend ImageMagick . They have a .NET wrapper for it, so it should be used from C #.
0
source to share