imageproc

package module
v0.0.0-...-3746b34 Latest Latest
Warning

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

Go to latest
Published: May 6, 2020 License: MIT Imports: 6 Imported by: 0

README

imageproc

imageproc processes an image file to step by step decreasing brightness and upside down.

Installation

When you have installed the Go, Please execute following go get command:

go get -u github.com/qt-luigi/imageproc
cd imageproc/cmd 
go build -o imageproc *.go

Usage

$ imageproc
imageproc processes an image file to step by step decreasing brightness and upside down.

Usage:

	imageproc -f <pngfile> -upsidedown
	imageproc -f <pngfile> -dbs <steps>
	imageproc -f <pngfile> -dbs <steps> -upsidedown

Arguments are:

	pngfile		base .png file
	steps		decreasing brightness steps
	-upsidedown	upside down pngfile

License

MIT

Author

Ryuji Iwata

Note

This tool is mainly using by myself. :-)

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DecreaseBrightness

func DecreaseBrightness(dir string, fns []string) ([]string, error)

DecreaseBrightness decreases a image file brightness.

func Rotate180

func Rotate180(dir string, fns []string) ([]string, error)

Rotate180 upsides dows a image file.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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