Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ignabelitzky/image-viewer
Image viewer for png, bmp and jpg files.
https://github.com/ignabelitzky/image-viewer
Last synced: about 1 month ago
JSON representation
Image viewer for png, bmp and jpg files.
- Host: GitHub
- URL: https://github.com/ignabelitzky/image-viewer
- Owner: ignabelitzky
- License: gpl-3.0
- Created: 2022-07-25T03:37:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-25T14:03:23.000Z (over 2 years ago)
- Last Synced: 2023-04-25T21:34:52.430Z (over 1 year ago)
- Language: C++
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image Viewer
Image viewer for png, bmp and jpg files.## Getting started
To compile the Image Viewer application you should open the file ImageViewer.pro
with Qt Creator and use the "Desktop Qt 6.3.1 GCC" Kit## Source
The majority of the code was extracted from "Qt 5 and OpenCV 4 Computer Vision - Projects" by Zhuo Qingliang### License
[GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.html)