Install it with pip directly from the repo:
pip install git+https://github.com/simpeg/collage
Run the collage
command to generate the image, passing the path to the output
image as argument. For example:
collage image.png
Explore the available options with collage --help
.
Running this helped to generate a nice looking and updated version of the SimPEG contributors:
collage \
--ignore thibaut-kobold \
--ignore cgohlke \
--add leonfoks \
--ncols 8 \
--fontsize 24 \
image.png
Released under the MIT License.