Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 842 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 842 Bytes

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