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?
Is there in HTML 5 filtering language or some analog of filter language? Something
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.