Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/christianrich/filterbuddy.js
- Owner: ChristianRich
- Created: 2012-11-30T01:57:00.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-17T01:51:13.000Z (over 11 years ago)
- Last Synced: 2023-04-03T23:30:09.076Z (over 1 year ago)
- Language: JavaScript
- Size: 13.9 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
* thresholdThese are base filters and take different parameters which again will create more variations.
### Usage examples ###
See enclosed example in the 'test' folder.