Skip to content

r3s/gombine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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)

About

A small utility to combine images together.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages