QMLExif is a pulgin for reading exif infomation from image file by libexif.
##Dependencies
- Qt 5.0 or higher.
- libexif
$git clone https://github.com/Match-Yang/QMLExif.git
$cd QMLExif
$mkdir build; cd build
qmake ..
make
sudo make install
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.