An open API service indexing awesome lists of open source software.

https://github.com/gieseladev/mosaic

A collage generator primarily designed to generate stunning playlist thumbnails
https://github.com/gieseladev/mosaic

cli collage

Last synced: 9 months ago
JSON representation

A collage generator primarily designed to generate stunning playlist thumbnails

Awesome Lists containing this project

README

          

# mosaic

[![Go Report Card](https://goreportcard.com/badge/github.com/gieseladev/mosaic)](https://goreportcard.com/report/github.com/gieseladev/mosaic)
[![GoDoc](https://godoc.org/github.com/gieseladev/mosaic?status.svg)](https://godoc.org/github.com/gieseladev/mosaic)

A collage generator primarily designed to generate stunning playlist thumbnails

## Composers


Composer samples

## Command Line

The command to generate a composition is simple:
```bash
mosaic generate --output ...
```

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.

```bash
OPTIONS:
--composer value, -c value use specific composer (default: random)
--output value, -o value path to write output image to
--width value width of composition (default: 512, or same as height if set)
--height value height of composition (default: 512, or same as width if set)
--help, -h show help (default: false)
```

Use `mosaic generate -h` for more details.