项目作者: gieseladev

项目描述 :
A collage generator primarily designed to generate stunning playlist thumbnails
高级语言: Go
项目地址: git://github.com/gieseladev/mosaic.git
创建时间: 2019-06-17T21:37:39Z
项目社区:https://github.com/gieseladev/mosaic

开源协议:MIT License

下载


mosaic

Go Report Card
GoDoc

A collage generator primarily designed to generate stunning playlist thumbnails

Composers


Composer samples

Command Line

The command to generate a composition is simple:

  1. mosaic generate --output <file> <image>...

This will generate a composition with a suitable composer (for the given
amount of images) and save it at the given location.

The following options are available.

  1. OPTIONS:
  2. --composer value, -c value use specific composer (default: random)
  3. --output value, -o value path to write output image to
  4. --width value width of composition (default: 512, or same as height if set)
  5. --height value height of composition (default: 512, or same as width if set)
  6. --help, -h show help (default: false)

Use mosaic generate -h for more details.