I combine up to nine RGB-images with a resolution of 256x256 each to one large image. I want to do this depending on user interaction multiple times a second. The combined QImage is created in the "worker" thread and gets converted to a pixmap in the GUI thread (by calling QPixmap::fromImage()). Here I draw it on the screen. The conversion from QImage to QPixmap with a resolution of eg 768x768 is the slowest operation I think.




Reply With Quote




Bookmarks