Hi, in my app I need to paint several times an image using QPainter. I'm thinking in having a copy of the image using a QImage because I need to access to its pixels contents. The problem is that I think that to paint this image using QPainter maybe should be faster if I use a QPixamp. Is it true? What do you recommend me?