Simple image gray scale transform using the canvas element and javascript demo
Step 1
Download the latest version at download page or at the GitHub project page.
Also you need jQuery library ( latest version recommended )
Step 2
Unzip the downloaded file
Step 3
Include the jgrayscale.js javascript file on the page
<script type="text/javascript" src="jgrayscale.js"></script>
Step 4
You can now use the jgrayscale like this
$('.jgrayscale').jGrayScale();
jGrayScale is available under the GNU GPL v2.0.
When reporting bugs or issues, if you could include a link to a simple jsbin or similar demonstrating the issue, that'd be really helpful.