Hi,
I have a QImage, I need to flip vertically or horizontally or both depending on situation, but I got lost in the QTransform. I can use scanLine and flip myself, but I think QImage::transformed should do the job.
Can someone please tell me how?
Thanks