Login   Register  
Icontem

File: readme

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Nikos M.  >  Filter.js  >  readme  >  Download  
File: readme
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Filter.js
Process images with filters of many types
Author: By
Last change:
Date: 2012-02-28 10:06
Size: 903 bytes
 

Contents

Class file image Download
FILTER.js A Javascript Library for Image Processing and Filtering using HTML5 Canvas

This is a library for filtering images in javascript using canvas element.
It defines an Image class which represents and Image
and 4 basic filters 
* ColorMatrixFilter (analogous to the actionscript version)
* ConvolutionMatrixFilter (analogous to the actionscript version)
* DisplacementMapFilter (analogous to actionscript version)
* Image Blending Modes (analogous to Photoshop blends)

each basic filter is generic but it also includes basic filters
like grayscale, colorize, threshold, gauss, laplace, emboss, etc..
also a SobelFilter is defined which is a composite filter (composition of generic filters)

source code, minified version and build tools are included
also 2 examples are included a basic and an example with three.js

version 0.2

*Author* Nikos M.
*URL* http://nikos-web-development.netai.net/