Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gregorykogan/mosaic-maker
Create image from lots of source images
https://github.com/gregorykogan/mosaic-maker
image-processing meme-generator mosaic mosaic-images
Last synced: 1 day ago
JSON representation
Create image from lots of source images
- Host: GitHub
- URL: https://github.com/gregorykogan/mosaic-maker
- Owner: GregoryKogan
- License: mit
- Created: 2021-07-13T23:14:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-13T21:15:02.000Z (over 1 year ago)
- Last Synced: 2023-06-14T01:23:18.134Z (over 1 year ago)
- Topics: image-processing, meme-generator, mosaic, mosaic-images
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mosaic-maker
Create image/video from lots of source images## Examples
*It's capable of video conversion too!*
### How to use
1. Download source dataset of any images and put it inside 'source' folder. For example (https://www.kaggle.com/splcher/animefacedataset)
2. Run 'OctTree.py'
3. Create 'image_input', 'video_input' and 'output' folders
4. Put any images in 'image_input' and any videos in 'video_input'
5. Run 'image_convert.py' and 'video_convert.py'
6. All done! Results are inside 'output' folderFor additional configuration you can edit 'config.py' file