BubbaRichard Posted February 19, 2012 Share Posted February 19, 2012 I have a need to resize multiple images to the same size and since I've been using c# since it's original beta version I figured I'd write a plug in. I found the tutorial using 'CodeLab' to write effects but is that a good place to start for something like batch resizing? Is there a good tutorial available for VS C#? The WRiting effect plug-ins for Paint.Net tutorial on Codeproject.com mentions an sdk and the source code but I found a post that said to quit asking for the source code. Is there an update to date tutorial or some sample code. Some where to start? Thanks, Bubba Quote Link to comment Share on other sites More sharing options...
null54 Posted February 19, 2012 Share Posted February 19, 2012 The canvas cannot be resized using a plugin. Quote Plugin Pack | PSFilterPdn | Content Aware Fill | G'MIC | Paint Shop Pro Filetype | RAW Filetype | WebP Filetype The small increase in performance you get coding in C++ over C# is hardly enough to offset the headache of coding in the C++ language. ~BoltBait Link to comment Share on other sites More sharing options...
BoltBait Posted February 19, 2012 Share Posted February 19, 2012 Batch resize can not be done with a plugin. Instead of writing your own standalone batch resizer, why not just google up a free utility? Several exist already. 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...
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.