Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 427 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 427 Bytes

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