Skip to content

source: Handle BGRA buffers gracefully

Aleix Pol Gonzalez requested to merge work/apol/handle-bgra into master

Properly handle BGRA buffers by calling rgbSwapped on them. This is a slower way of treating the buffer, but at least it's correct.

Merge request reports