ImageEdit

command module
v0.2.0-alpha Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 27, 2024 License: GPL-3.0 Imports: 9 Imported by: 0

README

Go logo

v0.1.0-alpha release

- Powershell-driven WPF interface.
Instructions
  • Run powershell script directly.
  • Or
  • Create shortcut to script.
    • Open Shortcut Properties.
      • Prepend Target with "powershell.exe -executionpolicy bypass ".
      • Set Run to "Minimized" (optional).

ImageEdit package

dino dinoPIX


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


Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL