This might be the problem.... u r transforming this but storing transformed pixmap in pixm...QPixmap pixmap = this->transformed(rotationMatrix);
pixm= pixmap;
if u r using pixm for internal pixmap, apply the transformation on it...
hope this helps
Bookmarks