Can anyone recommend a good exif lib for tiff img that can be used with a Qt program? I would like to read and write exif data.
Please note that I need a license compatible with the closed source program, so lib using LGPL or a BSD style license will be very nice.
My first plan was to use QExifImageHeader and QExifValue in Qt Extended, but then I noticed that Extended never got the LGPL license and besides the fact that it was terminated ....
The platform used is embedded linux.
Thanks Johan
Update:
Since I am adding generosity to this question, I am clarifying the question of adding exif data on a tiff image from a Qt program.
A good library to use and an example of how to use it will be very enjoyable.
c ++ linux qt metadata exif
Johan
source share