is a javascript application that will slice an image loaded into tiles, calculate the average color per slice and composite the result on photomosaic of the original image.
Have [Node] (https://nodejs.org/en/download/) installed.
With npm do:
npm install
npm install browserify -g
browserify js/client.js -o js/bundle.js
node server.js
hit on the browser
http://localhost:8765
you can configure the tile size by changing mosaic.js file.
'browserify'
'webworkify'