gombine

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

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

Go to latest
Published: Jan 30, 2016 License: GPL-3.0 Imports: 9 Imported by: 0

README

gombine

gombine is a small utility to combine images together.

I created this so that I could combine multiple images from a comic in to one single image and also learn golang doing it.

Given 5 images as input, gombine can place the given images next to each other or below each other. The default is to place the images below each other

gombine creates an image that can contain the given images and outputs a jpg or png image based on the commandline argument. The default format is png.

Installation

$ go get github.com/r3s/gombine
$ cd <src folder>
$ go build

Usage

$ gombine -format=png -side=bottom -out=out.png file1.png file2.png
$ gombine -format=jpg -side=right -out=out.png file1.jpg file2.png

Commandline Arguments

format : Output file format. Can be png or jpg (Default:png)

side : Side to which images are to be appended. Can be bottom or right (Default:bottom)

out : Output file name. Default is "combined"+format (Ex: combined.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