dlauber Posted August 22, 2006 Posted August 22, 2006 I would like to use the Paint.NET utilities to open an manipulate pictures in my own app (right now I'm using FreeImage, and I want to see if this provides a better solution). I basically just need to open image files, display them in a window, resize, and resave with adjustable JPEG compression options. I can't find any documentation on the methods of the Paint.NET DLLs that would lead me to how to do this. At the least, is there Doxygen like documentation anywhere? Am I asking too much? Dan Quote
Rick Brewster Posted August 22, 2006 Posted August 22, 2006 There is no documentation. You will want to look through the code for examples. Quote The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html
ownage Posted August 23, 2006 Posted August 23, 2006 You can use Ndoc to automatically generate the API documentation from the source code. http://ndoc.sourceforge.net/ or Doxygen http://www.stack.nl/~dimitri/doxygen/do ... #latestsrc Quote
Rick Brewster Posted August 23, 2006 Posted August 23, 2006 Ok, so go ahead and generate docs, I'm not stopping you Not all the code is documented. Quote The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.