Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yjg30737/pyqt-mirror-graphicsview
Make horizontal symmetric image with QGraphicsView by using QImage "mirror" function
https://github.com/yjg30737/pyqt-mirror-graphicsview
pyqt5 qgraphicsview qimage qpixmap
Last synced: 5 days ago
JSON representation
Make horizontal symmetric image with QGraphicsView by using QImage "mirror" function
- Host: GitHub
- URL: https://github.com/yjg30737/pyqt-mirror-graphicsview
- Owner: yjg30737
- License: mit
- Created: 2023-11-26T08:48:09.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-26T08:52:47.000Z (12 months ago)
- Last Synced: 2024-01-29T06:56:10.854Z (10 months ago)
- Topics: pyqt5, qgraphicsview, qimage, qpixmap
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyqt-mirror-graphicsview
Make horizontal symmetric image with QGraphicsView by using QImage "mirror" functionHope someone finds this useful :)
Move the scroll bar back and forth and look how it works. You can zoom in and out to look whole image by Ctrl+Mouse Wheel Up / Down.
You only need PyQt5 to run this.
![image](https://github.com/yjg30737/pyqt-mirror-graphicsview/assets/55078043/ed815506-424f-4846-99cd-accbd44b9150)