PyMos is a Python library that helps you generate a mosaic poster of an image using a desired collection of thumbnails.
Some sample images can be seen here
* http://www.flickr.com/photos/ideamonk/4020798966/sizes/m/
* http://www.flickr.com/photos/ideamonk/4026969049/sizes/l/
* http://www.flickr.com/photos/ideamonk/4064596012/
Usage:
1. As a command-line tool
pymos [-h] [-z ZOOM] [-ts THUMBSIZE] [-v] [-nc] input output collection
positional arguments:
input Input file
output Output file
collection Directory holding images to be mosaiced
optional arguments:
-h, --help show this help message and exit
-z ZOOM, --zoom ZOOM Zoom Level (20)
-ts THUMBSIZE, --thumbsize THUMBSIZE
Size of the thumbnails (60)
-v, --verbose Show verbose output
-nc, --new-colormap Regenerate color map
Product's homepage
Requirements:
· Python
· Argparse
· PIL