A python program that takes one main image and tens of other filler images to form a photomosaic of the main image consisting of the filler images as tiles. Provides the option to set the resolution of individual tiles that make up the photomosaic and also control the sampling resolution of the final output.
2. Collect lots of filler images which will be used as tiles and paste them in the "filler images" folder. The more the merrier.
>>> photomosaic_generator.py
Here is the link to the photomosaic in its full glory [File size is 30MB]
4. The program supports command-line arguments so you can run the following command to get help and more settings
>>> photomosaic_generator.py --help