Skip to content

Match-Yang/QMLExif

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published