Skip to content
Snippets Groups Projects
Verified Commit 4428388b authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Convert blurhash image format on worker thread

Not only should this prevent hickups, it also fixes a potential crash.
parent 203ddb20
No related branches found
No related tags found
No related merge requests found
Pipeline #2436 failed
......@@ -38,5 +38,5 @@ BlurhashRunnable::run()
(int)decoded.width * 3,
QImage::Format_RGB888);
emit done(std::move(image));
emit done(image.convertToFormat(QImage::Format_RGB32));
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment