I would like to create the effect that can be seen on the website http://www.murmure.me/ when you hover on their images.
I know they use two different images but I would like to be able to replicate this kind of visual effect without 2 images, just by using ONE picture (the one without the dots) and by using using javascript/jquery. Is it possible ?
This question follows the original one which tried to solve the issue with CSS, but it seemed impossible, or only on too few browsers : How to create a dotted shadowy effect on an image with CSS?)
Thank you for your help!
I’ll suggest you to search for canvas element in html5, supported in all modern browsers.
As canvas is subject to cross domain policy for media (even image), i cannot set you a jsfiddle sample.
So i set you a sample here to give you the idea: HERE
Here is the source code: