Skip to main content

All Questions

Tagged with
3 votes
2 answers
6k views

Brightness filter in firefox and opera without svg file

For my current project i used filter -webkit-filter: brightness(-20%);-moz-filter: brightness(-20%); But somewhy, this filter doesnt works in firefox and opera(i have opera prefix too). I found,...
Avdept's user avatar
  • 2,269
3 votes
3 answers
1k views

Colorizing grayscale image

I'm trying to colorize grayscale images on the fly with user-selected foreground and background colors (limited to red, green, blue, cyan, magenta, yellow, black, and white). The effect I want is as ...
BobW's user avatar
  • 253
2 votes
1 answer
1k views

edge detection in svg filter

I am trying to find the edge points of the image by using the SVG filter.The problem is not getting succeed with this.Below is the code that what I have tried. <svg width="100%" height="495"&...
lalithkumar's user avatar
  • 3,532