Skip to content

samuelc254/image-combiner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image-combiner

A simple python script to combine every possible image from source folder

How to use

It makes every combination of up to four image groups, so in the out you'll get each image with a feature from each group.

image-combiner
│   image combiner.py
│
└───src
│   │
│   └───background
│   │   │   file1.png
│   │   │   file2.png
│   │
│   └───sky
│   │   │   file1.png
│   │   │   file2.png
│   │
│   └───character
│   │   │   file1.png
│   │   │   file2.png
│   │
│   └───miscellaneous
│       │   file1.png
│       │   file2.png
│   
│   
└───out
    │   1.png
    │   2.png
    |   ...
    |   16.png

About

combines some images to generate new ones

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages