Skip to content

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.

License

fizampou/Photo-mosaic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Photo mosaic

------------

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.

prerequisite

Have [Node] (https://nodejs.org/en/download/) installed.

install

With npm do:

npm install
npm install browserify -g

getting started

browserify js/client.js -o js/bundle.js
node server.js

usage

hit on the browser

http://localhost:8765

you can configure the tile size by changing mosaic.js file.

result

third-party dependencies

  • 'browserify'
  • 'webworkify'

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published