Apply picture colour filters/effects to an image

Hello,
how do I apply a filter or colour effect to an image on my website ?

Any pointers or propriety software out there ?

thanks
Ehi

apply filter: effects to the jpg images. Example: https://una.im/lomo/

img {
  filter: blur(5px);
}

Here is an interactive filter page: http://html5-demos.appspot.com/static/css/filters/index.html

Be aware that these are in an experimental stage. See: https://developer.mozilla.org/en-US/docs/Web/CSS/filter

1 Like

Not to forget the CanIUse.com check for compability: http://caniuse.com/#feat=css-filters

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.