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

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

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

![collage demo](preview.gif)

```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