Skip to content

Fix color channels being swapped

Kåre Särs requested to merge work/fix-color-channels-swapped into master

32cbit color images have red and blue color channels swapped when using the "old" imageReady signal

It seems that the QImage data should be cast to QRgb* because of platform dependent byte orders, for 32bpp images

and then we should back-port to stable

Merge request reports