Can the pixel format be changed when renderinig a BGRA bitmap?

Hi,

I worked on the .NET platform and had a bitmap in memory with BGRA channel in bitmap pixels. In this case, the bitmap will be wrongly rendered inside VTK. So I need to find a way to convert the bitmap pixels from BGRA to RGBA. Can this be done with a VTK filter directly?

Thanks a lot!