This capability comes from the Filter Effects which actually is still in the Working Draft stage. However, the Webkit browser seems to be a step a head in implementing this feature.
So, let’s give it a try and we will use this image from Mehdi Kh to demonstrating the effects.
The Effects
Applying the effects is very easy. Take a look at the snippet below, for turning images intograyscale
;img {
-webkit-filter: grayscale(100%);
}
