Is there in HTML 5 filtering language or some analog of filter language? Something like GLSL / HYDRA / HLSL or just JS pixel filter/shader lib?

link|improve this question

feedback

2 Answers

up vote 0 down vote accepted

No, the closest thing to what you want is SVG filters, or perhaps canvas+JS. You certainly won't find anything standard that will work with IE. You'll probably have to come up with a hybrid of SVG/VML/ActiveX/Canvas and JS or just use Java. Good luck with that.

link|improve this answer
feedback

I don't know this, but since the question seems to be related to shaders, you might be interested in WebGL.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.