Nogrod 0 Report post Posted June 19 Have Paint.net an API? I want to write, for example with Python or Java, an Tool, which automatically changes the Picture. And Paint.net have some tools, which I can need for this, and I do not want to write these functions myself Quote Share this post Link to post Share on other sites
BoltBait 2,600 Report post Posted June 19 42 minutes ago, Nogrod said: Have Paint.net an API? No. Paint.NET is not designed to be used this way. Quote Share this post Link to post Share on other sites
Nogrod 0 Report post Posted June 19 2 minutes ago, BoltBait said: No. Paint.NET is not designed to be used this way. Okay, thank you for the reply Quote Share this post Link to post Share on other sites
toe_head2001 1,463 Report post Posted June 19 ImageMagick would be a good option for you. https://imagemagick.org Quote Share this post Link to post Share on other sites
dipstick 871 Report post Posted June 19 You may also look into Gimp. It accepts python scripts to process images using built-in filters and/or other scripts. It comes with a python console. Quote Share this post Link to post Share on other sites