Skip to content

Rajanikulkarni88/Photomosaic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Photomosaic

The goal of this project is to implement the following flow in a client-side app.

  1. Select a local image file.

  2. The app loads that image, divides the image into tiles, computes the average color of each tile, fetches a tile from the server for that color, and composites the results into a photomosaic of the original image.

  3. The composited photomosaic will be displayed according to the following constraints: tiles should be rendered a complete row at a time (a user should never see a row with some completed tiles and some incomplete) the mosaic should be rendered from the top row to the bottom row.

NOTE: Ensure javascript is enabled in the browser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published