I've a QLabel which I use to display a reference QImage. Now, I'd like to paint over the reference image, and save only the overlay strokes as a separate QImage (thus no pixels from the reference image have to be accounted).
Any suggestion? Thanks