Hi, I have a C-library creating an image supposedly in in BI24 format (video application) Now I'd like to display the image. I tried to set the pixel format to QImage.Format_RGB888 and I can see the image. However the red and blue colors are inversed. Is there another format, that can directly display the image?