Can anybody recommend a nice exif lib for tiff img that can be used with a Qt program? I would like to both read and write exif data.
Please note that that I need a license that is compatible with a closed source program, so a lib that is using LGPL or a BSD style license would be really nice.
My first plan was to use QExifImageHeader and QExifValue in Qt Extended, but then I noticed that Extended never got the LGPL licence and is on top of that it is discontinued....
The platform used is Embedded linux.
Thanks Johan
Update:
Since I'm adding a bounty for this question, I'm refining the question to be about to add exif data on a tiff image from a Qt program.
A nice lib to use and a example on how to use it would be really nice.