https://github.com/potat-dev/collager
Just a simple Python collage maker
https://github.com/potat-dev/collager
collage collage-maker image wallpaper
Last synced: 3 months ago
JSON representation
Just a simple Python collage maker
- Host: GitHub
- URL: https://github.com/potat-dev/collager
- Owner: potat-dev
- License: mit
- Created: 2022-06-23T22:26:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-10T22:11:16.000Z (about 3 years ago)
- Last Synced: 2025-03-28T14:12:08.855Z (4 months ago)
- Topics: collage, collage-maker, image, wallpaper
- Language: Python
- Homepage:
- Size: 10.5 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `collager` - Python collage maker
Creates a collage of a given size and number of lines using images from a given folder

```python
path = "/cats_dataset/best"
width, height = (1920, 1080)
lines = 5
```Optimized by splitting the collage into separate lines that are created separately. A small and almost imperceptible cropping of the original image is also allowed, so that each line is generated even faster