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

https://github.com/mattmezza/mosaic_creator

Python script for creating mosaics!!!
https://github.com/mattmezza/mosaic_creator

Last synced: about 1 year ago
JSON representation

Python script for creating mosaics!!!

Awesome Lists containing this project

README

          

# mosaic_creator
Python script that creates beautiful mosaics!!!

`python mosaic_creator.py 80 80 landscape`

* It will create a mosaic with all the `*.jpg` files in the current directory
* The mosaic will be stored into a newly created folder at `output/final.jpg`
* Every picture item of the mosaic will have `width=80` and `height=80`
* The final result will have the 16/9 landscape format
* Available formats are `square`, `landscape`, `portrait`