Skip to content

m-bartlett/random-collage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Random Collage

Example Usage

These are the sample input files in $PWD for the below examples:

Mochi 1.png Millie3 2.png Millie1 3.png Maiya4 4.png Maiya3 5.png Maiya1 6.png Maisy 7.png Koa2 8.png Koa 9.png Hans 10.png greta3 11.png Ellie1 12.png Condor 13.png Chloe 14.png Carsen 15.png thumb_Greta 16.png



Here are some sample executions and outputs:

    python collage.py          \
      --background '#00000000' \
      --width 2000             \
      --height 1000            \
      --density 23             \
      --noise 100              \
      --border 170             \
      --shadow-size 3          \
      --  *.png

sample_output



    python collage.py        \
      --width 2000           \
      --height 1000          \
      --density 23           \
      --noise 100            \
      --background '#8f1c1c' \
      --border 170           \
      --shadow-size 4        \
      --  *.png

sample_output

About

Random collage/montage generator with drop-shadow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages