Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
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/ *URL* http://workingclasscode.uphero.com/