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
- Host: GitHub
- URL: https://github.com/gieseladev/mosaic
- Owner: gieseladev
- License: mit
- Created: 2019-06-17T21:37:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T00:09:07.000Z (over 3 years ago)
- Last Synced: 2024-09-26T01:48:39.710Z (over 1 year ago)
- Topics: cli, collage
- Language: Go
- Size: 39 MB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mosaic
[](https://goreportcard.com/report/github.com/gieseladev/mosaic)
[](https://godoc.org/github.com/gieseladev/mosaic)
A collage generator primarily designed to generate stunning playlist thumbnails
## Composers
## 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.