Closed arBmind closed 3 years ago
Hello!
I debugged the issue. My System is on Windows 10 and I used Qt 5.15.2
The goal is not the optimization for speed. The problem is that on a QImage that is monochrome, the manipulation not supported and spits out a lot of annoying warnings that makes it hard to debug the program.
Thank you. Branch develop was updated.
If no mask is used we can skip this step. note: The bug remains, that monochrome images cannot be masked.
Because the QObject was delete while the event handler is active the application crashed for me in debug mode. Using
deleteLater()
is always the safe option for QObjects.