PyQtImageViewer | PyQt image viewer widget with mouse zooming and panning
kandi X-RAY | PyQtImageViewer Summary
kandi X-RAY | PyQtImageViewer Summary
PyQtImageViewer is a Python library. PyQtImageViewer has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can download it from GitHub.
Yet another PyQt (version 4 or 5) image viewer widget. Comes prepackaged with several configurable options for display (aspect ratio, scroll bars) and mouse interaction (zoom, pan, click signals).
Yet another PyQt (version 4 or 5) image viewer widget. Comes prepackaged with several configurable options for display (aspect ratio, scroll bars) and mouse interaction (zoom, pan, click signals).
Support
Quality
Security
License
Reuse
Support
PyQtImageViewer has a low active ecosystem.
It has 118 star(s) with 49 fork(s). There are 9 watchers for this library.
It had no major release in the last 12 months.
There are 0 open issues and 3 have been closed. On average issues are closed in 17 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of PyQtImageViewer is v2.0.0
Quality
PyQtImageViewer has 0 bugs and 0 code smells.
Security
PyQtImageViewer has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
PyQtImageViewer code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
PyQtImageViewer is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
PyQtImageViewer releases are available to install and integrate.
Build file is available. You can build the component from source.
Installation instructions, examples and code snippets are available.
It has 134 lines of code, 13 functions and 1 files.
It has high code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed PyQtImageViewer and discovered the below as its top functions. This is intended to give you an instant insight into PyQtImageViewer implemented functionality, and help decide if they suit your requirements.
- Mouse wheel event handler
- Clear the image
- Update the current frame
- Update the viewer
- Event handler for wheel events
- Update viewer
- Returns whether the image has an image
- Handle mouse click events
- Clears the zoom level
- Opens an image file
- Set image
- Image of the image
- Return the pixmap of the image
- Handle mouse press events
- Called when a ROI is clicked
- Sets the current scrollbars
- Play the scrollbar
- Invert the icon of the given image
- Open an image file
- Mouse move event
- Handle mouse press event
Get all kandi verified functions for this library.
PyQtImageViewer Key Features
No Key Features are available at this moment for PyQtImageViewer.
PyQtImageViewer Examples and Code Snippets
Copy
import sys
try:
from PyQt5.QtCore import Qt, QT_VERSION_STR
from PyQt5.QtGui import QImage
from PyQt5.QtWidgets import QApplication, QFileDialog
except ImportError:
try:
from PyQt4.QtCore import Qt, QT_VERSION_STR
from
Community Discussions
No Community Discussions are available at this moment for PyQtImageViewer.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install PyQtImageViewer
Everything's in QtImageViewer.py. Just put it somewhere where your project can find it.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page