vote up 0 vote down star

How to create simple Gaussian Blur filter with HLSL (for Silverlight)?
Why - I want to create some complex filter for Silverlight and I do not want to apply blur filter and mine separately.

What do I need?

I need HLSL filter source.

flag

80% accept rate

2 Answers

vote up 0 vote down check

If you scroll down here you'll find a sample- poster says it's not for the shy...

link|flag
ok for now...not for the shy...) – Ole Jak Nov 8 at 19:22
vote up 0 vote down

This might help you. You can compile and use in Silverlight.Windows Presentation Foundation Pixel Shader Effects Library

link|flag
No thare is no Gaussian Blur filter inside that lib=( – Ole Jak Nov 8 at 15:45
Yes, not a final anaswer but they have other examples but try finding some HLSL code for Gaussian Blur and use the WPF Pixel Shader Effects as a guide to compile your own into an effect. Good Luck. – Paully Nov 8 at 18:57

Your Answer

Get an OpenID
or

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