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?
A:
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.
SpliFF
2009-11-09 02:44:07