Skip to content

larixk/sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitmap sorter

Demo

What's that?

Drag your images into the browser to have them processed. What happens to every image is pretty simple:

Compare every pixel with the one below it:
    If the difference in brightness is over a threshold value:
        Swap the pixels using alpha blending
Repeat

Uses:

  • HTML5 canvas
  • jQuery
  • dat.GUI

Releases

No releases published

Packages

No packages published