This program creates a mosaic by assembling several images to create one big picture.
- PIL or wand for images manipulation
- optionally colormath for a better color distance calculation
- check that the number of images and the given constraints match
- benchmark wand compared to PIL
- add tests
- add the ability to set min usage and max usage settings on individual images
- delete unused reduced size images when originals are no longer here