QML Label dispays images with a blue-ish tint

Although I haven’t gone through all of qt base, yet, some not quite random stackoverflow:

Wherein the answer is:

The problem is in scaleImage(), because scaledToHeight() returns another image format. You may omit the scale operation, or convert the returned image to Format_RGBA8888: 

But finding where scaledToHeight() might be involved in a richtext rendering label (I’m doing scaling on in) I hadn’t found yet.

Thanks for Tracking!

1 Like

Initial testing demonstrates this

fixes this issue and also the color values of drawing images to Canvas.

3 Likes

Fix integrated to 4.4.0.68 and sailed out already.

4 Likes

Thanks for your efforts!

1 Like