Jump to content

UziTech

Newbies
  • Posts

    3
  • Joined

  • Last visited

Everything posted by UziTech

  1. That's pretty much what I have been doing. I was just hoping to make it a little bit easier. Is there a reason Paint.net doesn't do macros or has that feature just not been added yet? From what I've been reading a lot of people could use that feature. I love Paint.net but it looks like I will need to find another program to do this.
  2. Is there some way to create a macro that will do this?
  3. Here is what I need to do: 1. Open jpg picture 2. Select a square region 3. Crop to selection 4. Resize image to 100px X 100px 5. Save jpg I would like to create a plugin that will take care of steps 3 and 4 with one click I know c# very well and have downloaded and configured the plugin template for Visual Studios via this post: http://forums.getpaint.net/index.php?/topic/25828-help-needed-using-visual-studio-instead-of-codelab-for-developing/?p=384180 I'm not sure where to go from here. The pseudocode would look something like this: Get selection bounds Save pixels inside selection bounds to temp image Resize temp image to 100px X 100px return temp image If this can be done without creating a plugin that would be fine also. P.S. Is there documentation on the methods from the paint.net dlls?
×
×
  • Create New...