How to access GDI + Effect classes in C #

I am trying to figure out how to access Effect-Class and its GDI + decanters in C #. I am especially interested in this:

* Blur
* Sharpen
* Tint
* RedEyeCorrection
* ColorMatrixEffect
* ColorLUT
* BrightnessContrast
* HueSaturationLightness
* ColorBalance
* Levels
* ColorCurve

      

Can someone give me a hint how to access them in C #? I can't even find them in the .net documentation. Do I need to access the gdilus.dll directory?

Ciao!

Christian

+2


source to share


2 answers


0


source


I developed a library on codeplex to do this, the next version will have full deprecated support for xp (with slower processing functions) for all effects, the current version only works on vista and above, you can find it at

http://csharpgdiplus11.codeplex.com/



It comes with full source, so you can see how it's done.

0


source







All Articles