RoySung / Go-Combinate-Images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License


Languages

Language:Go 100.0%