Skip to content

potat-dev/collager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

collager - Python collage maker

Creates a collage of a given size and number of lines using images from a given folder

collage demo

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

Releases

No releases published

Packages

No packages published

Languages