shashin

command module
v0.0.0-...-f5121b1 Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2014 License: MIT Imports: 10 Imported by: 0

README

Shashin

Shashin (Japanese word for picture) is a simple command line program that can resize images.

It supports jpegs and pngs only.

Install

go get github.com/nwjlyons/shashin

Usage

Usage: shashin [options...] /file/path/to/image.jpg

Options:
  -w Width to resize image to.
  -h Height to resize image to.
  -g Covert image to grayscale.

Example:

$ ls
berries.jpg

$ shashin -w=1000 -g berries.jpg

$ ls
berries-1000x750-grayscale.jpg berries.jpg

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