avatar-collage
avatar-collage is a small CLI app that makes a nice little collage of your "avatar" (profile photo) collection. The collage is randomized, and will use all PNG format avatars in your collection.
Basic Usage
avatar-collage <directory> --avatarSize <number> --rowLength <number>
directory
- The directory to use, relative to the current directory. All subfolders will be read as well.avatarSize
- The size of each avatar drawn onto the canvas. Default is200
.rowLength
- The amount of images per row of avatars. Default is10
.