I have a program that draws a scrolling spectrogram. To do the scrolling, we simply do a drawImage of the last image starting at scanline 1 and then add the pixels for scanline 0.
Is there a faster/more efficient way to scroll a QImage (in hardware)?