mirror image function required

Bug #602138 reported by Alan Bell
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Gally
New
Wishlist
Unassigned

Bug Description

it would be great to have an option to flip the image left-right so that you can copy the signer as if you were looking in a mirror rather than looking at someone facing you.

Revision history for this message
Alan Bell (alanbell) wrote :

this is the code that flips the image (static images only, no idea how to do the videos)
it goes in the showSign function around line 75 and needs a button or config setting or something to turn it on and off

            image = QtGui.QImage()
            image.load(sign.filename)
            pix = QtGui.QPixmap.fromImage(image.mirrored(True, False))
            self.ui.img_lessonLabel.setPixmap(pix)

Changed in gally:
importance: Undecided → Wishlist
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.