Skip to content

A simple application to generate collections of images by mixing a series of layers

License

Notifications You must be signed in to change notification settings

firegloves/ImGollections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImGollection

ImGollection is a tool to automate the creation of series of images starting by collections of layers.

By providing a list of folders identifying different layers, ImGollection will produce all the combinations resulting from overlapping the various layers.

In the resources/config.yml file, the layerfolders property lists the folders representing the various layers. ImGollection will process them in the order specified from top to bottom.

Example Flow

With this configuration

layerfolders:
- "input/Default/Skin"
- "input/Default/Eyes"
- "input/Default/Mouth"

ImGollection will execute the current stream:

For each file present in the input/Default/Skin folder. For each file present in the input/Default/Eyes folder For each file present in the input/Default/Mouth folder Overlay the layers to obtain a composite image Save the resulting image

The target folder where the images will be generated is specified in the config.yaml's outputfolder folder property

About

A simple application to generate collections of images by mixing a series of layers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages