Skip to content

ajwl/color-blocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color-blocks

This app pixellates photos and then reorganises the resulting pixel blocks by brightness and lightness, as defined this way.

Using Html canvas to sample, manipulate and create images, plus this helpful npm module: colorsys

This came about from a conversation with my photographer friend who is interested in breaking down photographs from Instagram.

Run the app

Dev mode: npm run start starts webpack dev server and runs webpack in watch mode.

To get the express routing to work, start the node server in a new tab: node server.js

To build: npm run build

About

An experiment in reorganising images with HTML canvas and JS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published