Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/christianrich/filterbuddy.js

JavaScript bitmap processing filters for images, video and canvas supporting HTML5 Web Workers.
https://github.com/christianrich/filterbuddy.js

Last synced: 8 days ago
JSON representation

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

Awesome Lists containing this project

README

        

filterbuddy.js
==============

[Check out the demo](http://lab.bitworks.me/filterbuddy.js/test/)

#### 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.