Skip to content
Commit f481d24f authored by Aleix Pol Gonzalez's avatar 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 de766450
Pipeline #343078 passed with stage
in 46 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