mirror image function required
Bug #602138 reported by
Alan Bell
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.
Changed in gally: | |
importance: | Undecided → Wishlist |
To post a comment you must log in.
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) fromImage( image.mirrored( True, False))
self. ui.img_ lessonLabel. setPixmap( pix)
pix = QtGui.QPixmap.