Skip to content
Commit b3f2a149 authored by Aleix Pol Gonzalez's avatar Aleix Pol Gonzalez 🐧 Committed by Aleix Pol Gonzalez
Browse files

stream: better fallback for BGR formats when downloading into a QImage

QImage does not support 8-bit BGR formats right now. Instead of
converting into BGR30, fallback to RGBA8888. The latter is better
because at least the colours align. We could even consider doing a bytes
swap on these if it came to it.
parent d765e347
Pipeline #343077 passed with stage
in 48 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment