Blog search

Monday 25 November 2013

FILTER-ME : JQUERY PLUGIN TO FILTER IMAGES USING CANVAS



jQuery filter.me is a jQuery dependant script that allows you to apply filters to images using Photoshop .acv Curves Adjustment files. jDataView is used to read the Photoshop file, from which we create a Monotonic Spline Curve representing its data. From this curve the new pixel RGB values can be calculated. These values are then applied using HTML5′s canvas element.
Literally any Photoshop curves file can be applied to multiple images with ease. This is a great alternative to using something like PHP’s imagemagick to try and replicate similar filtering. It can sometimes be a little slow, especially in mobile browsers, but I’m sure this will improve as canvas becomes more mainstream.

0 Comments to “FILTER-ME : JQUERY PLUGIN TO FILTER IMAGES USING CANVAS”

Post a Comment