Skip to content

JavaScript bitmap processing filters for images, video and canvas supporting HTML5 Web Workers.

Notifications You must be signed in to change notification settings

ChristianRich/filterbuddy.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

JavaScript bitmap processing filters for images, video and canvas supporting HTML5 Web Workers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published