goresize

command module
v0.0.0-...-7d3e71a Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2016 License: MIT Imports: 5 Imported by: 0

README

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)

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