Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 640 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 640 Bytes

filterbuddy.js

Check out the demo

Bitmap processing filters

Filterbuddy.js provides bitmap processing filters for images, video and canvas. I strongly advice that these filters are used in conjunction with a HTML5 Web Worker.

Available filters

  • greyscale
  • greyscaleCIE (human eye luminance correction)
  • noise
  • tint
  • color
  • sephia
  • twoChannel
  • invert
  • brightness
  • darken
  • threshold

These are base filters and take different parameters which again will create more variations.

Usage examples

See enclosed example in the 'test' folder.