Skip to content

mshr-h/goresize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goresize Build Status

Simple image resizing tool written in Golang

Usage

$ goresize -i input.png -h 600 -w 400 -o output.png
$ goresize -i input.png -h 600 -w 400 -o output.png
$ goresize -i input.png -h 600 -o output.png
$ goresize -i input.png -w 600 -o output.png
$ goresize -i input.png -w 600 # -> output.png
[General options]
--height, -h: image height (defaults to: 100)
 --width, -w: image width (defaults to: 0)
 --input, -i: input filename
--output, -o: output filename (defaults to: output.png)

About

simple image resizing tool written in golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages