Jump to content

hanzon73

Newbies
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

hanzon73's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In
  • Conversation Starter

Recent Badges

0

Reputation

  1. Is it possible to call a plug in from a script or command line? The user needs to move the selection to a section of choice and then crop to selection. For a command line something like > scribus.exe [file] -[script] Ideally the size of the selection would be a given parameter (like "-size 600x600"). Or I simply copy the plugin scripts to various sizes. In more detail: We need all images to have a specific dimension (lets say 600x600) I am using "magick" to resize all input images (so 1800x1200 will become 900x600, 1200x1500 will become 600x750) etc. Then the user need to select what part should be in the 600x600 and what part can be shaved.
  2. I have no experience at running scripts with paint.net. This seems to look as a sollution to what I need. I need a script that creates a fixed size selection in the center of the image. The script has to be called by the same script that opens the image in paint.net, including the width and height of the selection. Can that be done? What tools/programs would I need to support this? (It should work with multiple users). Thanks in advance!
  3. Thanks for your response. Even if it may not be the answer I hoped for
  4. I'm not an expert on Paint.net or on scripting. I was hoping someone could be so kind to point me in the right direction. I have a repetitive task to perform on 100's of images in Paint.net: 1. open file (can be jpg or png) from source folder 2. select background by magic wand (setting apr. 20%) and delete any possible background. 3. select again by magic wand, invert selection and crop to selection 4. save file under same name as png in target folder all source files are in 1 folder, and all output files should be saved in 1 folder. Is there a script or plugin that can do this? Thanks in advance!
×
×
  • Create New...