jpeg loseless rotation
-
Hi,
I am trying to implement jpeg loseless rotation, flip.
Does Qt support this feature? And does it really just rotate image without losin
g any information of original image file?
-
Hi,
You can rotate a QImage or a QPixmap the way you want. That won't alter the original file at all.