Nikos M. is announcing that FILTER.js with version number 0.7.2 is already available to download.
What is FILTER.js ?
FILTER.js is A JavaScript library for manipulating images via the new HTML5 canvas utility .
Works by applying different filters on top of a canvas-loaded image. Includes basic filters like colorize, colorize, threshold, Gauss, laplace, emboss, etc..A demo is included with the download package.
This is changelog for FILTER.js version 0.7.2 :
- Add FILTER.Math routines and algorithms (interpolation, fourier transforms etc..)
- Add fft1d, fft2d fast fourier transform routines, image spectrum, frequency domain filtering
- Add nearest neighbor, bilinear, bicubic interpolation/resizing routines
- Add TGALoader, RGBELoader, GIFLoader generic/native image parsers/loaders
You can read the complete changelog and also download this latest version on their homepage: github.com
