Match-Yang / QMLExif

Access libexif from QML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QMLExif

License

QMLExif is a pulgin for reading exif infomation from image file by libexif.

##Dependencies

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.

example

About

Access libexif from QML

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 70.1%Language:QML 23.6%Language:QMake 6.3%