Skip to content

kalebpc/ImageEdit

Repository files navigation

ImageEdit

v0.1.0-alpha release

- Powershell-driven WPF interface.

Instructions

  • Run run.ps1

PowershellWindow

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

Function Example Results

dino

  • Flip right

    dinoFY

  • Rotate

    dinoFXY

  • Round robin y-axis 33px

    dinoRRY

  • Round robin columns 3px

    dinoRRC

  • Pixelate 3px

    dinoPIX

About

edit images using go

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors