<blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">I have a C-library creating an image supposedly in in BI24 format (video<br>
application)<br><br>
Now I'd like to display the image.<br><br>
I tried to set the pixel format to QImage.Format_RGB888<br><br>
and I can see the image.<br>
However the red and blue colors are inversed.<br></blockquote>



<br>I don't know if this will help, but maybe.<br><br>I was displaying some grayscale PNG files and sometimes for no reason they would show black and white reversed (or inverted).<br><br>I changed the ImageConversionFlag argument from the default of Qt.AutoColor to Qt.ColorOnly and the inversion no longer happened.<br>

<br>