QMLExif
January 14, 2017 ยท View on GitHub
QMLExif is a pulgin for reading exif infomation from image file by libexif.
##Dependencies
- Qt 5.0 or higher.
- libexif
Build & Install
$git clone https://github.com/Match-Yang/QMLExif.git$cd QMLExif$mkdir build; cd buildqmake ..makesudo 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.
