Sorry, my error regarding the 26 seconds.

I am running the filter in the Visual Studio debugger and using GDIPlus as the Debugging "Command". It was initialization of my software in the debugger (connecting to internet IP address, etc.) that was taking up the 26 seconds.
I have not yet taken time to download v1.3.3.1 because I have been hot on the trail of displaying the video images obtained from my filter which should be showing up in the renderer. I see a proper video image if I store the BMP data as a file then read the file in. Working on making that direct now so that a file is not involved. So far the images don't look too good - scrambled... Lots of bitmap details to work through. (Would not be so hard if the comp sci know-it-alls had not decided that "information-hiding" was a good idea. Poorly commented black boxes are a poor substitute for seeing the internals!

Like when you convert a DIB to a DDB, what REALLY happens to the bitmap data?
Thanks,
Howard