Photomosaic-js is a simple JavaScript implementation of creating photomosaics. Photomosaics combine small, regular-sized images to form a larger composite image.
- Use bilinear interpolation method to resize image
- Matches each section of the image with the closest tile from a predefined set of tiles