Skip to content

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

License

Notifications You must be signed in to change notification settings

qt-luigi/imageproc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. :-)

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages