Skip to content

Easy compose png sprites into all possible variants

Notifications You must be signed in to change notification settings

nimdraugsael/picomposer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Picomposer

Generate all variants from png layers.

Why?

Sometimes you need to generate a lot of different pictures from few parts. Picomposer combines layers of transparent png images into all possible variations

alt text

How to

Just run (default folders are ./pngs for input folder and ./output for output folder)

./picomposer

And then wait for all variants stored in output folder

Flags

-i - specify input folder with given structure

-o - specify output folder for generated pictures

Folder structure

You need exactly that kind of structure for input folder:

./input-folder/
  ../layer001/
    ../pic001.png
    ../pic002.png
    ../pic003.png
  ../layer002/
    ../pic004.png
    ../pic005.png

About

Easy compose png sprites into all possible variants

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages