https://github.com/Match-Yang/QMLExif
Access libexif from QML
https://github.com/Match-Yang/QMLExif
Last synced: 14 days ago
JSON representation
Access libexif from QML
- Host: GitHub
- URL: https://github.com/Match-Yang/QMLExif
- Owner: Match-Yang
- License: lgpl-3.0
- Created: 2017-01-14T12:30:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-14T13:40:47.000Z (almost 9 years ago)
- Last Synced: 2024-11-02T15:02:59.068Z (about 1 year ago)
- Language: C++
- Size: 752 KB
- Stars: 4
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-qt-qml - QMLExif - QMLExif is a pulgin for reading exif infomation from image file by libexif. (Images)
README
# QMLExif
[](https://www.gnu.org/licenses/lgpl-3.0.html)
QMLExif is a pulgin for reading exif infomation from image file by [libexif](http://libexif.sourceforge.net/).
##Dependencies
- Qt 5.0 or higher.
- [libexif](http://libexif.sourceforge.net/)
## Build & Install
- `$git clone https://github.com/Match-Yang/QMLExif.git`
- `$cd QMLExif`
- `$mkdir build; cd build`
- `qmake ..`
- `make`
- `sudo make install`
## How to use
You can refer to the example/main.qml for how to use this plugin.
You can run the below command to check the example:
- `$qmlscene example/main.qml`
It will show a window like below if you already install this plugin correctly.
