IMILBitmapEffectFactory

Hi,

I'm trying to create and example program that will blur an image and save it to file using the IMILBitmapEffectFactory and IMILBitmapEffect interfaces.

In order to create the blur effect using CLSID_MILBitmapEffectBlur, I have to create an instance of IMILBitmapEffectFactory. In the header files there is an MILCreateBitmapEffectFactory call, but this fails during linking and I don't know what library to link to. I can't use CoCreateInstance to create an IMILBitmapEffectFactory because there doesn't seem to be an appropriate guid.

Any ideas



Answer this question

IMILBitmapEffectFactory

  • IMILBitmapEffectFactory