Prepend Target with "powershell.exe -executionpolicy bypass ".
Set Run to "Minimized" (optional).
ImageEdit package
Cli User Interface
C:\path\to\ImageEditfolder> go run main.go infile=./file/path outfile=./newfile/path ...
C:\path\to\ImageEditfolder> go build
C:\path\to\ImageEditfolder> ./ImageEdit --help
Usage:
ImageEdit [args] infile=[path/filename.png] outfile=[path/filename.png] function=[Flipx | Flipy | ...] pixels=[int]
Arguments:
infile : path to photo to edit
outfile : path to save new edited photo
function : name of edit function
[Flipx] [Flipy] [Roundrobincolumns]
[Rotate] [Roundrobiny] [Pixelate]
[Roundrobinx] [Roundrobinrows] [Rgbfilter]
pixels : number of pixels to edit
help : print usage instructions
Example:
C:/user> ImageEdit infile=./filetoedit.png outfile=./newfilename.png function=Roundrobinrows pixels=50