Go-Combinate-Images

command module
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2021 License: MIT Imports: 13 Imported by: 0

README

Go-Combinate-Images

Merge Images With Every Combination

Introduction

It is tool that merge images from different combination.

How To Use Executable File

  1. Download file from release

  2. Create assets/ and assets/output folders

  3. Create settings.json file

  4. Using command line to execute it

Build

  # build windows
  GOOS=windows GOARCH=amd64 go build -tags release .
  # build mac
  GOOS=darwin GOARCH=amd64 go build -tags release .

  # others refs https://golang.org/doc/install/source#environment

Run

Output files to ./assets/output .

Setting Example

settings.json

  {
    "folders": [
      "background",
      "cats"
    ]
  }

It is folders from assets that you want to merge images in here. It will merge images for the sort.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL