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!!!
- Host: GitHub
- URL: https://github.com/mattmezza/mosaic_creator
- Owner: mattmezza
- License: mit
- Created: 2016-03-10T13:14:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-10T13:29:24.000Z (over 10 years ago)
- Last Synced: 2025-02-13T15:36:37.667Z (over 1 year ago)
- Language: Python
- Size: 72.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: newspaper_guy.jpg
- License: LICENSE
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`