rkraiem100 Posted September 28, 2016 Share Posted September 28, 2016 I'm fairly new to both coding and making plugins for paint.net so i need a bit of help. I want to write a plugin that will save all all open files as both a PDN and a PNG. All the guides im finding online only say how to make effects plugins. how hard would something like this be to code and are there any guides online that explain how to do something even remotely like this or at the very least show how to code some kind of bulk saving program. Also in the long term i wanna program a plugin that lets me tie letters on the keyboard to specific images and using a console i can type in sentences and it automatically pastes in those letters 1 after another (to make a long story short im replicating a visual novel style games cutscenes using the assets from the games so if i can just type everything rather than having to copy and paste each letter and word it would save me tens of hours). IK something like that would probably be very difficult but would it even be possible? Thanks for the help Quote Link to comment Share on other sites More sharing options...
BoltBait Posted September 28, 2016 Share Posted September 28, 2016 1 minute ago, rkraiem100 said: I want to write a plugin that will save all all open files as both a PDN and a PNG. That's not something a plugin can do. Quote Click to play: Download: BoltBait's Plugin Pack | CodeLab | and how about a Computer Dominos Game Link to comment Share on other sites More sharing options...
rkraiem100 Posted September 28, 2016 Author Share Posted September 28, 2016 Just now, BoltBait said: That's not something a plugin can do. is there any way to do it then? maybe some kind of macro or something? lol i know next to nothing about this stuff (thanks for the help btw) Quote Link to comment Share on other sites More sharing options...
toe_head2001 Posted September 29, 2016 Share Posted September 29, 2016 I posted about this a few days ago... You can read this article about automating the UI of paint.net. http://blog.functionalfun.net/2009/06/introduction-to-ui-automation-with.html I haven't played with the code very much, but I can verify it does work. Quote My Gallery | My Plugin Pack Layman's Guide to CodeLab Link to comment Share on other sites More sharing options...
BoltBait Posted September 29, 2016 Share Posted September 29, 2016 I found this message posted a while ago: you could use a macro recorder. I like a simple one called TinyTask. Quote Click to play: Download: BoltBait's Plugin Pack | CodeLab | and how about a Computer Dominos Game Link to comment Share on other sites More sharing options...
rkraiem100 Posted September 29, 2016 Author Share Posted September 29, 2016 18 hours ago, BoltBait said: I found this message posted a while ago: thanks so much Quote Link to comment Share on other sites More sharing options...
rkraiem100 Posted September 29, 2016 Author Share Posted September 29, 2016 18 hours ago, toe_head2001 said: I posted about this a few days ago... You can read this article about automating the UI of paint.net. http://blog.functionalfun.net/2009/06/introduction-to-ui-automation-with.html I haven't played with the code very much, but I can verify it does work. Thanks so much Quote Link to comment Share on other sites More sharing options...
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.